Html Css Color HEX #CA7DEE Heliotrope

📋 copy color: '#CA7DEE'

red 202 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #CA7DEE

Tints of Heliotrope #CA7DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 35.75%
G = 22.12%
B = 42.12%

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

#CA7DEE (or 0xCA7DEE) is known color: Heliotrope. HEX triplet: CA, 7D and EE. RGB value is (202,125,238). Sum of RGB (Red+Green+Blue) = 202+125+238=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DEE is #358211. Grayscale: #A0A0A0. Windows color (decimal): -3506706 or 15629770. OLE color: 15629770.

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

Color convert

RGB 202 125 238 -
CMYK 0.15 0.47 0 0.07
HSL 280.88º 0.77% 0.71% -
HSV(B) 280.88º 0.47% 0.93% -
XYZ 47.12 33.4 84.85 -
YUV 160.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 202 125 238 0.15 0.47 0 0.07 280.88 0.77 0.71
Hex CA 7D EE F 2F 0 7 119 4D 47
Octal 312 175 356 17 57 0 7 431 115 107
Binary 11001010 1111101 11101110 1111 101111 0 111 100011001 1001101 1000111

Color Harmonies of #CA7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DEE

Black with #CA7DEE

Text Example


Text Example

White with #CA7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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