Html Css Color HEX #CA7EEC Heliotrope

📋 copy color: '#CA7EEC'

red 202 ◦ green 126 ◦ blue 236

#CA7EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA7EEC

Tints of Heliotrope #CA7EEC

RGB

 RED value IS 202 (79.3% from 255) = 35.82%

 GREEN value IS 126 (49.61% from 255) = 22.34%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 35.82%
G = 22.34%
B = 41.84%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA7EEC (or 0xCA7EEC) is known color: Heliotrope. HEX triplet: CA, 7E and EC. RGB value is (202,126,236). Sum of RGB (Red+Green+Blue) = 202+126+236=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EEC is #358113. Grayscale: #A0A0A0. Windows color (decimal): -3506452 or 15498954. OLE color: 15498954.

HSL color Cylindrical-coordinate representation of color #CA7EEC: hue angle of 281.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7EEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 126 236 -
CMYK 0.14 0.47 0 0.07
HSL 281.45º 0.74% 0.71% -
HSV(B) 281.45º 0.47% 0.93% -
XYZ 46.96 33.53 83.35 -
YUV 161.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 202 126 236 0.14 0.47 0 0.07 281.45 0.74 0.71
Hex CA 7E EC E 2F 0 7 119 4A 47
Octal 312 176 354 16 57 0 7 431 112 107
Binary 11001010 1111110 11101100 1110 101111 0 111 100011001 1001010 1000111

Color Harmonies of #CA7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EEC

Black with #CA7EEC

Text Example


Text Example

White with #CA7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EEC; }

 p { color: rgb(202,126,236); }

 H1.HeaderClassName
 {
   color: #CA7EEC;
 }
 .AnyTagClassName
 {
   color: #CA7EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(202,126,236); }

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

border-color css

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

 span { border-color: rgb(202,126,236); }

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