Html Css Color HEX #C655FD Heliotrope

📋 copy color: '#C655FD'

red 198 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #C655FD

Tints of Heliotrope #C655FD

RGB

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

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

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

R = 36.94%
G = 15.86%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C655FD (or 0xC655FD) is known color: Heliotrope. HEX triplet: C6, 55 and FD. RGB value is (198,85,253). Sum of RGB (Red+Green+Blue) = 198+85+253=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C655FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655FD is #39AA02. Grayscale: #898989. Windows color (decimal): -3779075 or 16602566. OLE color: 16602566.

HSL color Cylindrical-coordinate representation of color #C655FD: hue angle of 280.36º degrees, saturation: 0.98, 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 #C655FD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 85 253 -
CMYK 0.22 0.66 0 0.01
HSL 280.36º 0.98% 0.66% -
HSV(B) 280.36º 0.66% 0.99% -
XYZ 44.27 25.59 95.54 -
YUV 137.94 192.94 170.84 -
System Red Green Blue C M Y K H S L
Decimal 198 85 253 0.22 0.66 0 0.01 280.36 0.98 0.66
Hex C6 55 FD 16 42 0 1 118 62 42
Octal 306 125 375 26 102 0 1 430 142 102
Binary 11000110 1010101 11111101 10110 1000010 0 1 100011000 1100010 1000010

Color Harmonies of #C655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655FD

Black with #C655FD

Text Example


Text Example

White with #C655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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