#ca69f2

Color #CA69F2 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CA69F2

Tints of Heliotrope #CA69F2

Color information

#CA69F2 (or 0xCA69F2) is unknown color: approx Heliotrope. HEX triplet: CA, 69 and F2. RGB value is (202,105,242). Sum of RGB (Red+Green+Blue) = 202+105+242=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69F2 is #35960D. Grayscale: #959595. Windows color (decimal): -3511822 or 15886794. OLE color: 15886794.

HSL color Cylindrical-coordinate representation of color #CA69F2: hue angle of 282.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA69F2 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202105242-
CMYK0.170.5700.05
HSL282.48º84.05%68.04%-
HSV(B)282.48º56.61%94.9%-
XYZ45.4429.0787.22-
YUV149.62180.14165.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=36.79%
G=19.13%
B=44.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021052420.170.5700.05282.4884.0568.04
HexCA69F211390511a5444
Octal312151362217105432124104
Binary1100101011010011111001010001111001010110001101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca69f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca69f2; }

 p { color: rgb(202,105,242); }

 H1.HeaderClassName
 {
   color: #ca69f2;
 }
 .AnyTagClassName
 {
   color: #ca69f2;
 }
</style>
background-color css

<style>
 a { background-color: #ca69f2; }

 a { background-color: rgb(202,105,242); }

 div.DivClassName
 {
   background-color: #ca69f2;
 }
 .BgClassName
 {
   background-color: #ca69f2;
 }
</style>
border-color css

<style>
 span { border-color: #ca69f2; }

 span { border-color: rgb(202,105,242); }

 td.TdClassName
 {
   border-color: #ca69f2;
 }
 .TagClassName
 {
   border-color: #ca69f2;
 }
</style>