Html Css Color HEX #C566F0 Heliotrope

📋 copy color: '#C566F0'

red 197 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #C566F0

Tints of Heliotrope #C566F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 36.55%
G = 18.92%
B = 44.53%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C566F0 (or 0xC566F0) is known color: Heliotrope. HEX triplet: C5, 66 and F0. RGB value is (197,102,240). Sum of RGB (Red+Green+Blue) = 197+102+240=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C566F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566F0 is #3A990F. Grayscale: #919191. Windows color (decimal): -3840272 or 15754949. OLE color: 15754949.

HSL color Cylindrical-coordinate representation of color #C566F0: hue angle of 281.3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C566F0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 102 240 -
CMYK 0.18 0.58 0 0.06
HSL 281.3º 0.82% 0.67% -
HSV(B) 281.3º 0.58% 0.94% -
XYZ 43.51 27.66 85.48 -
YUV 146.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 197 102 240 0.18 0.58 0 0.06 281.3 0.82 0.67
Hex C5 66 F0 12 3A 0 6 119 52 43
Octal 305 146 360 22 72 0 6 431 122 103
Binary 11000101 1100110 11110000 10010 111010 0 110 100011001 1010010 1000011

Color Harmonies of #C566F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566F0

Black with #C566F0

Text Example


Text Example

White with #C566F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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