Html Css Color HEX #CA6AFB Heliotrope

📋 copy color: '#CA6AFB'

red 202 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #CA6AFB

Tints of Heliotrope #CA6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.96%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 36.14%
G = 18.96%
B = 44.9%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA6AFB (or 0xCA6AFB) is known color: Heliotrope. HEX triplet: CA, 6A and FB. RGB value is (202,106,251). Sum of RGB (Red+Green+Blue) = 202+106+251=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AFB is #359504. Grayscale: #969696. Windows color (decimal): -3511557 or 16476874. OLE color: 16476874.

HSL color Cylindrical-coordinate representation of color #CA6AFB: hue angle of 279.72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA6AFB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 106 251 -
CMYK 0.20 0.58 0 0.02
HSL 279.72º 0.95% 0.7% -
HSV(B) 279.72º 0.58% 0.98% -
XYZ 46.92 29.83 94.55 -
YUV 151.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 202 106 251 0.20 0.58 0 0.02 279.72 0.95 0.7
Hex CA 6A FB 14 3A 0 2 118 5F 46
Octal 312 152 373 24 72 0 2 430 137 106
Binary 11001010 1101010 11111011 10100 111010 0 10 100011000 1011111 1000110

Color Harmonies of #CA6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AFB

Black with #CA6AFB

Text Example


Text Example

White with #CA6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AFB; }

 p { color: rgb(202,106,251); }

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

background-color css

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

 a { background-color: rgb(202,106,251); }

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

border-color css

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

 span { border-color: rgb(202,106,251); }

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