Html Css Color HEX #CA7CEC Heliotrope

📋 copy color: '#CA7CEC'

red 202 ◦ green 124 ◦ blue 236

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

Shades of Heliotrope #CA7CEC

Tints of Heliotrope #CA7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 35.94%
G = 22.06%
B = 41.99%

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

#CA7CEC (or 0xCA7CEC) is known color: Heliotrope. HEX triplet: CA, 7C and EC. RGB value is (202,124,236). Sum of RGB (Red+Green+Blue) = 202+124+236=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CEC is #358313. Grayscale: #9F9F9F. Windows color (decimal): -3506964 or 15498442. OLE color: 15498442.

HSL color Cylindrical-coordinate representation of color #CA7CEC: hue angle of 281.79º degrees, saturation: 0.75, 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 #CA7CEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 124 236 -
CMYK 0.14 0.47 0 0.07
HSL 281.79º 0.75% 0.71% -
HSV(B) 281.79º 0.47% 0.93% -
XYZ 46.71 33.03 83.27 -
YUV 160.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 202 124 236 0.14 0.47 0 0.07 281.79 0.75 0.71
Hex CA 7C EC E 2F 0 7 11A 4B 47
Octal 312 174 354 16 57 0 7 432 113 107
Binary 11001010 1111100 11101100 1110 101111 0 111 100011010 1001011 1000111

Color Harmonies of #CA7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CEC

Black with #CA7CEC

Text Example


Text Example

White with #CA7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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