Html Css Color HEX #CA7BEE Heliotrope

📋 copy color: '#CA7BEE'

red 202 ◦ green 123 ◦ blue 238

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

Shades of Heliotrope #CA7BEE

Tints of Heliotrope #CA7BEE

RGB

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

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

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

R = 35.88%
G = 21.85%
B = 42.27%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA7BEE (or 0xCA7BEE) is known color: Heliotrope. HEX triplet: CA, 7B and EE. RGB value is (202,123,238). Sum of RGB (Red+Green+Blue) = 202+123+238=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEE is #358411. Grayscale: #9F9F9F. Windows color (decimal): -3507218 or 15629258. OLE color: 15629258.

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

Color convert

RGB 202 123 238 -
CMYK 0.15 0.48 0 0.07
HSL 281.22º 0.77% 0.71% -
HSV(B) 281.22º 0.48% 0.93% -
XYZ 46.87 32.9 84.77 -
YUV 159.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 202 123 238 0.15 0.48 0 0.07 281.22 0.77 0.71
Hex CA 7B EE F 30 0 7 119 4D 47
Octal 312 173 356 17 60 0 7 431 115 107
Binary 11001010 1111011 11101110 1111 110000 0 111 100011001 1001101 1000111

Color Harmonies of #CA7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BEE

Black with #CA7BEE

Text Example


Text Example

White with #CA7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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