Html Css Color HEX #C055FD Heliotrope

📋 copy color: '#C055FD'

red 192 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #C055FD

Tints of Heliotrope #C055FD

RGB

 RED value IS 192 (75.39% from 255) = 36.23%

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

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

R = 36.23%
G = 16.04%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C055FD (or 0xC055FD) is known color: Heliotrope. HEX triplet: C0, 55 and FD. RGB value is (192,85,253). Sum of RGB (Red+Green+Blue) = 192+85+253=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #C055FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FD is #3FAA02. Grayscale: #878787. Windows color (decimal): -4172291 or 16602560. OLE color: 16602560.

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

Color convert

RGB 192 85 253 -
CMYK 0.24 0.66 0 0.01
HSL 278.21º 0.98% 0.66% -
HSV(B) 278.21º 0.66% 0.99% -
XYZ 42.72 24.8 95.46 -
YUV 136.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 192 85 253 0.24 0.66 0 0.01 278.21 0.98 0.66
Hex C0 55 FD 18 42 0 1 116 62 42
Octal 300 125 375 30 102 0 1 426 142 102
Binary 11000000 1010101 11111101 11000 1000010 0 1 100010110 1100010 1000010

Color Harmonies of #C055FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055FD

Black with #C055FD

Text Example


Text Example

White with #C055FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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