Html Css Color HEX #C055DD Medium Orchid

📋 copy color: '#C055DD'

red 192 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C055DD

Tints of Medium Orchid #C055DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 38.55%
G = 17.07%
B = 44.38%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C055DD (or 0xC055DD) is known color: Medium Orchid. HEX triplet: C0, 55 and DD. RGB value is (192,85,221). Sum of RGB (Red+Green+Blue) = 192+85+221=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C055DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055DD is #3FAA22. Grayscale: #848484. Windows color (decimal): -4172323 or 14505408. OLE color: 14505408.

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

Color convert

RGB 192 85 221 -
CMYK 0.13 0.62 0 0.13
HSL 287.21º 0.67% 0.6% -
HSV(B) 287.21º 0.62% 0.87% -
XYZ 38.04 22.92 70.83 -
YUV 132.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 192 85 221 0.13 0.62 0 0.13 287.21 0.67 0.6
Hex C0 55 DD D 3E 0 D 11F 43 3C
Octal 300 125 335 15 76 0 15 437 103 74
Binary 11000000 1010101 11011101 1101 111110 0 1101 100011111 1000011 111100

Color Harmonies of #C055DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055DD

Black with #C055DD

Text Example


Text Example

White with #C055DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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