Html Css Color HEX #CA6BEC Heliotrope

📋 copy color: '#CA6BEC'

red 202 ◦ green 107 ◦ blue 236

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

Shades of Heliotrope #CA6BEC

Tints of Heliotrope #CA6BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 37.06%
G = 19.63%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6BEC (or 0xCA6BEC) is known color: Heliotrope. HEX triplet: CA, 6B and EC. RGB value is (202,107,236). Sum of RGB (Red+Green+Blue) = 202+107+236=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BEC is #359413. Grayscale: #959595. Windows color (decimal): -3511316 or 15494090. OLE color: 15494090.

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

Color convert

RGB 202 107 236 -
CMYK 0.14 0.55 0 0.07
HSL 284.19º 0.77% 0.67% -
HSV(B) 284.19º 0.55% 0.93% -
XYZ 44.76 29.13 82.62 -
YUV 150.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 202 107 236 0.14 0.55 0 0.07 284.19 0.77 0.67
Hex CA 6B EC E 37 0 7 11C 4D 43
Octal 312 153 354 16 67 0 7 434 115 103
Binary 11001010 1101011 11101100 1110 110111 0 111 100011100 1001101 1000011

Color Harmonies of #CA6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BEC

Black with #CA6BEC

Text Example


Text Example

White with #CA6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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