Html Css Color HEX #CA7BEC Heliotrope

📋 copy color: '#CA7BEC'

red 202 ◦ green 123 ◦ blue 236

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

Shades of Heliotrope #CA7BEC

Tints of Heliotrope #CA7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 36.01%
G = 21.93%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA7BEC (or 0xCA7BEC) is known color: Heliotrope. HEX triplet: CA, 7B and EC. RGB value is (202,123,236). Sum of RGB (Red+Green+Blue) = 202+123+236=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEC is #358413. Grayscale: #9F9F9F. Windows color (decimal): -3507220 or 15498186. OLE color: 15498186.

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

Color convert

RGB 202 123 236 -
CMYK 0.14 0.48 0 0.07
HSL 281.95º 0.75% 0.7% -
HSV(B) 281.95º 0.48% 0.93% -
XYZ 46.58 32.78 83.23 -
YUV 159.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 202 123 236 0.14 0.48 0 0.07 281.95 0.75 0.7
Hex CA 7B EC E 30 0 7 11A 4B 46
Octal 312 173 354 16 60 0 7 432 113 106
Binary 11001010 1111011 11101100 1110 110000 0 111 100011010 1001011 1000110

Color Harmonies of #CA7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BEC

Black with #CA7BEC

Text Example


Text Example

White with #CA7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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