Html Css Color HEX #C055FF Heliotrope

📋 copy color: '#C055FF'

red 192 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #C055FF

Tints of Heliotrope #C055FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 36.09%
G = 15.98%
B = 47.93%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C055FF (or 0xC055FF) is known color: Heliotrope. HEX triplet: C0, 55 and FF. RGB value is (192,85,255). Sum of RGB (Red+Green+Blue) = 192+85+255=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C055FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FF is #3FAA00. Grayscale: #878787. Windows color (decimal): -4172289 or 16733632. OLE color: 16733632.

HSL color Cylindrical-coordinate representation of color #C055FF: hue angle of 277.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C055FF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 85 255 -
CMYK 0.25 0.67 0 0
HSL 277.76º 1% 0.67% -
HSV(B) 277.76º 0.67% 1% -
XYZ 43.04 24.92 97.15 -
YUV 136.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 192 85 255 0.25 0.67 0 0 277.76 1 0.67
Hex C0 55 FF 19 43 0 0 116 64 43
Octal 300 125 377 31 103 0 0 426 144 103
Binary 11000000 1010101 11111111 11001 1000011 0 0 100010110 1100100 1000011

Color Harmonies of #C055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055FF

Black with #C055FF

Text Example


Text Example

White with #C055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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