Html Css Color HEX #C057DD Medium Orchid

📋 copy color: '#C057DD'

red 192 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #C057DD

Tints of Medium Orchid #C057DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.4%

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

R = 38.4%
G = 17.4%
B = 44.2%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C057DD (or 0xC057DD) is known color: Medium Orchid. HEX triplet: C0, 57 and DD. RGB value is (192,87,221). Sum of RGB (Red+Green+Blue) = 192+87+221=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #C057DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057DD is #3FA822. Grayscale: #858585. Windows color (decimal): -4171811 or 14505920. OLE color: 14505920.

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

Color convert

RGB 192 87 221 -
CMYK 0.13 0.61 0 0.13
HSL 287.01º 0.66% 0.6% -
HSV(B) 287.01º 0.61% 0.87% -
XYZ 38.2 23.24 70.88 -
YUV 133.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 192 87 221 0.13 0.61 0 0.13 287.01 0.66 0.6
Hex C0 57 DD D 3D 0 D 11F 42 3C
Octal 300 127 335 15 75 0 15 437 102 74
Binary 11000000 1010111 11011101 1101 111101 0 1101 100011111 1000010 111100

Color Harmonies of #C057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057DD

Black with #C057DD

Text Example


Text Example

White with #C057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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