Html Css Color HEX #CA6BEA Heliotrope

📋 copy color: '#CA6BEA'

red 202 ◦ green 107 ◦ blue 234

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

Shades of Heliotrope #CA6BEA

Tints of Heliotrope #CA6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.71%

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

R = 37.2%
G = 19.71%
B = 43.09%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA6BEA (or 0xCA6BEA) is known color: Heliotrope. HEX triplet: CA, 6B and EA. RGB value is (202,107,234). Sum of RGB (Red+Green+Blue) = 202+107+234=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BEA is #359415. Grayscale: #959595. Windows color (decimal): -3511318 or 15363018. OLE color: 15363018.

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

Color convert

RGB 202 107 234 -
CMYK 0.14 0.54 0 0.08
HSL 284.88º 0.75% 0.67% -
HSV(B) 284.88º 0.54% 0.92% -
XYZ 44.47 29.01 81.1 -
YUV 149.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 202 107 234 0.14 0.54 0 0.08 284.88 0.75 0.67
Hex CA 6B EA E 36 0 8 11D 4B 43
Octal 312 153 352 16 66 0 10 435 113 103
Binary 11001010 1101011 11101010 1110 110110 0 1000 100011101 1001011 1000011

Color Harmonies of #CA6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BEA

Black with #CA6BEA

Text Example


Text Example

White with #CA6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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