Html Css Color HEX #CA7DED Heliotrope

📋 copy color: '#CA7DED'

red 202 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #CA7DED

Tints of Heliotrope #CA7DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 35.82%
G = 22.16%
B = 42.02%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA7DED (or 0xCA7DED) is known color: Heliotrope. HEX triplet: CA, 7D and ED. RGB value is (202,125,237). Sum of RGB (Red+Green+Blue) = 202+125+237=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DED is #358212. Grayscale: #A0A0A0. Windows color (decimal): -3506707 or 15564234. OLE color: 15564234.

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

Color convert

RGB 202 125 237 -
CMYK 0.15 0.47 0 0.07
HSL 281.25º 0.76% 0.71% -
HSV(B) 281.25º 0.47% 0.93% -
XYZ 46.98 33.34 84.08 -
YUV 160.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 202 125 237 0.15 0.47 0 0.07 281.25 0.76 0.71
Hex CA 7D ED F 2F 0 7 119 4C 47
Octal 312 175 355 17 57 0 7 431 114 107
Binary 11001010 1111101 11101101 1111 101111 0 111 100011001 1001100 1000111

Color Harmonies of #CA7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DED

Black with #CA7DED

Text Example


Text Example

White with #CA7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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