Html Css Color HEX #C055DF Medium Orchid

📋 copy color: '#C055DF'

red 192 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #C055DF

Tints of Medium Orchid #C055DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 38.4%
G = 17%
B = 44.6%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C055DF (or 0xC055DF) is known color: Medium Orchid. HEX triplet: C0, 55 and DF. RGB value is (192,85,223). Sum of RGB (Red+Green+Blue) = 192+85+223=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C055DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055DF is #3FAA20. Grayscale: #848484. Windows color (decimal): -4172321 or 14636480. OLE color: 14636480.

HSL color Cylindrical-coordinate representation of color #C055DF: hue angle of 286.52º degrees, saturation: 0.68, 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 #C055DF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 85 223 -
CMYK 0.14 0.62 0 0.13
HSL 286.52º 0.68% 0.6% -
HSV(B) 286.52º 0.62% 0.87% -
XYZ 38.31 23.03 72.24 -
YUV 132.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 192 85 223 0.14 0.62 0 0.13 286.52 0.68 0.6
Hex C0 55 DF E 3E 0 D 11F 44 3C
Octal 300 125 337 16 76 0 15 437 104 74
Binary 11000000 1010101 11011111 1110 111110 0 1101 100011111 1000100 111100

Color Harmonies of #C055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055DF

Black with #C055DF

Text Example


Text Example

White with #C055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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