#CA67E9

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

Shades of Heliotrope #CA67E9

Tints of Heliotrope #CA67E9

Color information

#CA67E9 (or 0xCA67E9) is unknown color: approx Heliotrope. HEX triplet: CA, 67 and E9. RGB value is (202,103,233). Sum of RGB (Red+Green+Blue) = 202+103+233=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67E9 is #359816. Grayscale: #939393. Windows color (decimal): -3512343 or 15296458. OLE color: 15296458.

HSL color Cylindrical-coordinate representation of color #CA67E9: hue angle of 285.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA67E9 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202103233-
CMYK0.130.5600.09
HSL285.69º74.71%65.88%-
HSV(B)285.69º55.79%91.37%-
XYZ43.9228.1480.21-
YUV147.42176.3166.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 103 (40.62% from 255) = 19.14%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=37.55%
G=19.14%
B=43.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021032330.130.5600.09285.6974.7165.88
HexCA67E9D380911e4b42
Octal3121473511570011436113102
Binary1100101011001111110100111011110000100110001111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67E9; }

 p { color: rgb(202,103,233); }

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

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

 a { background-color: rgb(202,103,233); }

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

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

 span { border-color: rgb(202,103,233); }

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