Html Css Color HEX #CA6DFC Heliotrope

📋 copy color: '#CA6DFC'

red 202 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #CA6DFC

Tints of Heliotrope #CA6DFC

RGB

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

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

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

R = 35.88%
G = 19.36%
B = 44.76%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA6DFC (or 0xCA6DFC) is known color: Heliotrope. HEX triplet: CA, 6D and FC. RGB value is (202,109,252). Sum of RGB (Red+Green+Blue) = 202+109+252=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA6DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DFC is #359203. Grayscale: #989898. Windows color (decimal): -3510788 or 16543178. OLE color: 16543178.

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

Color convert

RGB 202 109 252 -
CMYK 0.20 0.57 0 0.01
HSL 279.02º 0.96% 0.71% -
HSV(B) 279.02º 0.57% 0.99% -
XYZ 47.4 30.52 95.49 -
YUV 153.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 202 109 252 0.20 0.57 0 0.01 279.02 0.96 0.71
Hex CA 6D FC 14 39 0 1 117 60 47
Octal 312 155 374 24 71 0 1 427 140 107
Binary 11001010 1101101 11111100 10100 111001 0 1 100010111 1100000 1000111

Color Harmonies of #CA6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DFC

Black with #CA6DFC

Text Example


Text Example

White with #CA6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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