Html Css Color HEX #C055DB Medium Orchid

📋 copy color: '#C055DB'

red 192 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C055DB

Tints of Medium Orchid #C055DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 38.71%
G = 17.14%
B = 44.15%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C055DB (or 0xC055DB) is known color: Medium Orchid. HEX triplet: C0, 55 and DB. RGB value is (192,85,219). Sum of RGB (Red+Green+Blue) = 192+85+219=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C055DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055DB is #3FAA24. Grayscale: #838383. Windows color (decimal): -4172325 or 14374336. OLE color: 14374336.

HSL color Cylindrical-coordinate representation of color #C055DB: hue angle of 287.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C055DB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 85 219 -
CMYK 0.12 0.61 0 0.14
HSL 287.91º 0.65% 0.6% -
HSV(B) 287.91º 0.61% 0.86% -
XYZ 37.77 22.82 69.43 -
YUV 132.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 192 85 219 0.12 0.61 0 0.14 287.91 0.65 0.6
Hex C0 55 DB C 3D 0 E 120 41 3C
Octal 300 125 333 14 75 0 16 440 101 74
Binary 11000000 1010101 11011011 1100 111101 0 1110 100100000 1000001 111100

Color Harmonies of #C055DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055DB

Black with #C055DB

Text Example


Text Example

White with #C055DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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