Html Css Color HEX #CA7CEA Heliotrope

📋 copy color: '#CA7CEA'

red 202 ◦ green 124 ◦ blue 234

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

Shades of Heliotrope #CA7CEA

Tints of Heliotrope #CA7CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 36.07%
G = 22.14%
B = 41.79%

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

#CA7CEA (or 0xCA7CEA) is known color: Heliotrope. HEX triplet: CA, 7C and EA. RGB value is (202,124,234). Sum of RGB (Red+Green+Blue) = 202+124+234=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CEA is #358315. Grayscale: #9F9F9F. Windows color (decimal): -3506966 or 15367370. OLE color: 15367370.

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

Color convert

RGB 202 124 234 -
CMYK 0.14 0.47 0 0.08
HSL 282.55º 0.72% 0.7% -
HSV(B) 282.55º 0.47% 0.92% -
XYZ 46.42 32.91 81.75 -
YUV 159.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 202 124 234 0.14 0.47 0 0.08 282.55 0.72 0.7
Hex CA 7C EA E 2F 0 8 11B 48 46
Octal 312 174 352 16 57 0 10 433 110 106
Binary 11001010 1111100 11101010 1110 101111 0 1000 100011011 1001000 1000110

Color Harmonies of #CA7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CEA

Black with #CA7CEA

Text Example


Text Example

White with #CA7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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