Html Css Color HEX #CA7CEB Heliotrope

📋 copy color: '#CA7CEB'

red 202 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #CA7CEB

Tints of Heliotrope #CA7CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 36.01%
G = 22.1%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA7CEB (or 0xCA7CEB) is known color: Heliotrope. HEX triplet: CA, 7C and EB. RGB value is (202,124,235). Sum of RGB (Red+Green+Blue) = 202+124+235=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CEB is #358314. Grayscale: #9F9F9F. Windows color (decimal): -3506965 or 15432906. OLE color: 15432906.

HSL color Cylindrical-coordinate representation of color #CA7CEB: hue angle of 282.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7CEB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 124 235 -
CMYK 0.14 0.47 0 0.08
HSL 282.16º 0.74% 0.7% -
HSV(B) 282.16º 0.47% 0.92% -
XYZ 46.56 32.97 82.51 -
YUV 159.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 202 124 235 0.14 0.47 0 0.08 282.16 0.74 0.7
Hex CA 7C EB E 2F 0 8 11A 4A 46
Octal 312 174 353 16 57 0 10 432 112 106
Binary 11001010 1111100 11101011 1110 101111 0 1000 100011010 1001010 1000110

Color Harmonies of #CA7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CEB

Black with #CA7CEB

Text Example


Text Example

White with #CA7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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