Html Css Color HEX #CA6EFC Heliotrope

📋 copy color: '#CA6EFC'

red 202 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #CA6EFC

Tints of Heliotrope #CA6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.5%

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

R = 35.82%
G = 19.5%
B = 44.68%

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

#CA6EFC (or 0xCA6EFC) is known color: Heliotrope. HEX triplet: CA, 6E and FC. RGB value is (202,110,252). Sum of RGB (Red+Green+Blue) = 202+110+252=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EFC is #359103. Grayscale: #999999. Windows color (decimal): -3510532 or 16543434. OLE color: 16543434.

HSL color Cylindrical-coordinate representation of color #CA6EFC: hue angle of 278.87º 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 #CA6EFC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 110 252 -
CMYK 0.20 0.56 0 0.01
HSL 278.87º 0.96% 0.71% -
HSV(B) 278.87º 0.56% 0.99% -
XYZ 47.5 30.74 95.52 -
YUV 153.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 202 110 252 0.20 0.56 0 0.01 278.87 0.96 0.71
Hex CA 6E FC 14 38 0 1 117 60 47
Octal 312 156 374 24 70 0 1 427 140 107
Binary 11001010 1101110 11111100 10100 111000 0 1 100010111 1100000 1000111

Color Harmonies of #CA6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EFC

Black with #CA6EFC

Text Example


Text Example

White with #CA6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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