Html Css Color HEX #C566FC Heliotrope

📋 copy color: '#C566FC'

red 197 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #C566FC

Tints of Heliotrope #C566FC

RGB

 RED value IS 197 (77.34% from 255) = 35.75%

 GREEN value IS 102 (40.23% from 255) = 18.51%

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

R = 35.75%
G = 18.51%
B = 45.74%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C566FC (or 0xC566FC) is known color: Heliotrope. HEX triplet: C5, 66 and FC. RGB value is (197,102,252). Sum of RGB (Red+Green+Blue) = 197+102+252=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #C566FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566FC is #3A9903. Grayscale: #939393. Windows color (decimal): -3840260 or 16541381. OLE color: 16541381.

HSL color Cylindrical-coordinate representation of color #C566FC: hue angle of 278º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C566FC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 102 252 -
CMYK 0.22 0.60 0 0.01
HSL 278º 0.96% 0.69% -
HSV(B) 278º 0.6% 0.99% -
XYZ 45.35 28.4 95.19 -
YUV 147.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 197 102 252 0.22 0.60 0 0.01 278 0.96 0.69
Hex C5 66 FC 16 3C 0 1 116 60 45
Octal 305 146 374 26 74 0 1 426 140 105
Binary 11000101 1100110 11111100 10110 111100 0 1 100010110 1100000 1000101

Color Harmonies of #C566FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566FC

Black with #C566FC

Text Example


Text Example

White with #C566FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566FC; }

 p { color: rgb(197,102,252); }

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

background-color css

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

 a { background-color: rgb(197,102,252); }

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

border-color css

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

 span { border-color: rgb(197,102,252); }

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