Html Css Color HEX #CA6FFC Heliotrope

📋 copy color: '#CA6FFC'

red 202 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #CA6FFC

Tints of Heliotrope #CA6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 35.75%
G = 19.65%
B = 44.6%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA6FFC (or 0xCA6FFC) is known color: Heliotrope. HEX triplet: CA, 6F and FC. RGB value is (202,111,252). Sum of RGB (Red+Green+Blue) = 202+111+252=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFC is #359003. Grayscale: #999999. Windows color (decimal): -3510276 or 16543690. OLE color: 16543690.

HSL color Cylindrical-coordinate representation of color #CA6FFC: hue angle of 278.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6FFC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 111 252 -
CMYK 0.20 0.56 0 0.01
HSL 278.72º 0.96% 0.71% -
HSV(B) 278.72º 0.56% 0.99% -
XYZ 47.61 30.95 95.56 -
YUV 154.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 202 111 252 0.20 0.56 0 0.01 278.72 0.96 0.71
Hex CA 6F FC 14 38 0 1 117 60 47
Octal 312 157 374 24 70 0 1 427 140 107
Binary 11001010 1101111 11111100 10100 111000 0 1 100010111 1100000 1000111

Color Harmonies of #CA6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FFC

Black with #CA6FFC

Text Example


Text Example

White with #CA6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FFC; }

 p { color: rgb(202,111,252); }

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

background-color css

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

 a { background-color: rgb(202,111,252); }

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

border-color css

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

 span { border-color: rgb(202,111,252); }

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