Html Css Color HEX #CA6CFB Heliotrope

📋 copy color: '#CA6CFB'

red 202 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #CA6CFB

Tints of Heliotrope #CA6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.25%

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

R = 36.01%
G = 19.25%
B = 44.74%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA6CFB (or 0xCA6CFB) is known color: Heliotrope. HEX triplet: CA, 6C and FB. RGB value is (202,108,251). Sum of RGB (Red+Green+Blue) = 202+108+251=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFB is #359304. Grayscale: #979797. Windows color (decimal): -3511045 or 16477386. OLE color: 16477386.

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

Color convert

RGB 202 108 251 -
CMYK 0.20 0.57 0 0.02
HSL 279.44º 0.95% 0.7% -
HSV(B) 279.44º 0.57% 0.98% -
XYZ 47.13 30.25 94.62 -
YUV 152.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 202 108 251 0.20 0.57 0 0.02 279.44 0.95 0.7
Hex CA 6C FB 14 39 0 2 117 5F 46
Octal 312 154 373 24 71 0 2 427 137 106
Binary 11001010 1101100 11111011 10100 111001 0 10 100010111 1011111 1000110

Color Harmonies of #CA6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CFB

Black with #CA6CFB

Text Example


Text Example

White with #CA6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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