#CA7DE8

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

Shades of Heliotrope #CA7DE8

Tints of Heliotrope #CA7DE8

Color information

#CA7DE8 (or 0xCA7DE8) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and E8. RGB value is (202,125,232). Sum of RGB (Red+Green+Blue) = 202+125+232=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DE8 is #358217. Grayscale: #9F9F9F. Windows color (decimal): -3506712 or 15236554. OLE color: 15236554.

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

Color convert

RGB202125232-
CMYK0.130.4600.09
HSL283.18º69.93%70%-
HSV(B)283.18º46.12%90.98%-
XYZ46.2633.0580.29-
YUV160.22168.51157.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=36.14%
G=22.36%
B=41.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021252320.130.4600.09283.1869.9370
HexCA7DE8D2E0911b4646
Octal3121753501556011433106106
Binary1100101011111011110100011011011100100110001101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DE8; }

 p { color: rgb(202,125,232); }

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

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

 a { background-color: rgb(202,125,232); }

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

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

 span { border-color: rgb(202,125,232); }

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