Html Css Color HEX #C055FC Medium Orchid

📋 copy color: '#C055FC'

red 192 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #C055FC

Tints of Medium Orchid #C055FC

RGB

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

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

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

R = 36.29%
G = 16.07%
B = 47.64%

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

#C055FC (or 0xC055FC) is known color: Medium Orchid. HEX triplet: C0, 55 and FC. RGB value is (192,85,252). Sum of RGB (Red+Green+Blue) = 192+85+252=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C055FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FC is #3FAA03. Grayscale: #878787. Windows color (decimal): -4172292 or 16537024. OLE color: 16537024.

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

Color convert

RGB 192 85 252 -
CMYK 0.24 0.66 0 0.01
HSL 278.44º 0.97% 0.66% -
HSV(B) 278.44º 0.66% 0.99% -
XYZ 42.56 24.73 94.63 -
YUV 136.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 192 85 252 0.24 0.66 0 0.01 278.44 0.97 0.66
Hex C0 55 FC 18 42 0 1 116 61 42
Octal 300 125 374 30 102 0 1 426 141 102
Binary 11000000 1010101 11111100 11000 1000010 0 1 100010110 1100001 1000010

Color Harmonies of #C055FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055FC

Black with #C055FC

Text Example


Text Example

White with #C055FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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