Html Css Color HEX #C655FC Heliotrope

📋 copy color: '#C655FC'

red 198 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #C655FC

Tints of Heliotrope #C655FC

RGB

 RED value IS 198 (77.73% from 255) = 37.01%

 GREEN value IS 85 (33.59% from 255) = 15.89%

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

R = 37.01%
G = 15.89%
B = 47.1%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C655FC (or 0xC655FC) is known color: Heliotrope. HEX triplet: C6, 55 and FC. RGB value is (198,85,252). Sum of RGB (Red+Green+Blue) = 198+85+252=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #C655FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655FC is #39AA03. Grayscale: #898989. Windows color (decimal): -3779076 or 16537030. OLE color: 16537030.

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

Color convert

RGB 198 85 252 -
CMYK 0.21 0.66 0 0.01
HSL 280.6º 0.97% 0.66% -
HSV(B) 280.6º 0.66% 0.99% -
XYZ 44.11 25.53 94.7 -
YUV 137.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 198 85 252 0.21 0.66 0 0.01 280.6 0.97 0.66
Hex C6 55 FC 15 42 0 1 119 61 42
Octal 306 125 374 25 102 0 1 431 141 102
Binary 11000110 1010101 11111100 10101 1000010 0 1 100011001 1100001 1000010

Color Harmonies of #C655FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655FC

Black with #C655FC

Text Example


Text Example

White with #C655FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655FC; }

 p { color: rgb(198,85,252); }

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

background-color css

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

 a { background-color: rgb(198,85,252); }

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

border-color css

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

 span { border-color: rgb(198,85,252); }

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