Html Css Color HEX #C562FD Heliotrope

📋 copy color: '#C562FD'

red 197 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #C562FD

Tints of Heliotrope #C562FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.88%

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 35.95%
G = 17.88%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C562FD (or 0xC562FD) is known color: Heliotrope. HEX triplet: C5, 62 and FD. RGB value is (197,98,253). Sum of RGB (Red+Green+Blue) = 197+98+253=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C562FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562FD is #3A9D02. Grayscale: #909090. Windows color (decimal): -3841283 or 16605893. OLE color: 16605893.

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

Color convert

RGB 197 98 253 -
CMYK 0.22 0.61 0 0.01
HSL 278.32º 0.97% 0.69% -
HSV(B) 278.32º 0.61% 0.99% -
XYZ 45.12 27.7 95.9 -
YUV 145.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 197 98 253 0.22 0.61 0 0.01 278.32 0.97 0.69
Hex C5 62 FD 16 3D 0 1 116 61 45
Octal 305 142 375 26 75 0 1 426 141 105
Binary 11000101 1100010 11111101 10110 111101 0 1 100010110 1100001 1000101

Color Harmonies of #C562FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562FD

Black with #C562FD

Text Example


Text Example

White with #C562FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562FD; }

 p { color: rgb(197,98,253); }

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

background-color css

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

 a { background-color: rgb(197,98,253); }

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

border-color css

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

 span { border-color: rgb(197,98,253); }

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