Html Css Color HEX #C055D8 Medium Orchid

📋 copy color: '#C055D8'

red 192 ◦ green 85 ◦ blue 216

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

Shades of Medium Orchid #C055D8

Tints of Medium Orchid #C055D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 38.95%
G = 17.24%
B = 43.81%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C055D8 (or 0xC055D8) is known color: Medium Orchid. HEX triplet: C0, 55 and D8. RGB value is (192,85,216). Sum of RGB (Red+Green+Blue) = 192+85+216=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #C055D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055D8 is #3FAA27. Grayscale: #838383. Windows color (decimal): -4172328 or 14177728. OLE color: 14177728.

HSL color Cylindrical-coordinate representation of color #C055D8: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C055D8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 85 216 -
CMYK 0.11 0.61 0 0.15
HSL 289.01º 0.63% 0.59% -
HSV(B) 289.01º 0.61% 0.85% -
XYZ 37.38 22.66 67.37 -
YUV 131.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 192 85 216 0.11 0.61 0 0.15 289.01 0.63 0.59
Hex C0 55 D8 B 3D 0 F 121 3F 3B
Octal 300 125 330 13 75 0 17 441 77 73
Binary 11000000 1010101 11011000 1011 111101 0 1111 100100001 111111 111011

Color Harmonies of #C055D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055D8

Black with #C055D8

Text Example


Text Example

White with #C055D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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