Html Css Color HEX #CA6DFE Heliotrope

📋 copy color: '#CA6DFE'

red 202 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #CA6DFE

Tints of Heliotrope #CA6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.29%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 35.75%
G = 19.29%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA6DFE (or 0xCA6DFE) is known color: Heliotrope. HEX triplet: CA, 6D and FE. RGB value is (202,109,254). Sum of RGB (Red+Green+Blue) = 202+109+254=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DFE is #359201. Grayscale: #989898. Windows color (decimal): -3510786 or 16674250. OLE color: 16674250.

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

Color convert

RGB 202 109 254 -
CMYK 0.20 0.57 0 0.00
HSL 278.48º 0.99% 0.71% -
HSV(B) 278.48º 0.57% 1% -
XYZ 47.72 30.65 97.17 -
YUV 153.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 202 109 254 0.20 0.57 0 0.00 278.48 0.99 0.71
Hex CA 6D FE 14 39 0 0 116 63 47
Octal 312 155 376 24 71 0 0 426 143 107
Binary 11001010 1101101 11111110 10100 111001 0 0 100010110 1100011 1000111

Color Harmonies of #CA6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DFE

Black with #CA6DFE

Text Example


Text Example

White with #CA6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DFE; }

 p { color: rgb(202,109,254); }

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

background-color css

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

 a { background-color: rgb(202,109,254); }

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

border-color css

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

 span { border-color: rgb(202,109,254); }

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