Html Css Color HEX #C057CC Medium Orchid

📋 copy color: '#C057CC'

red 192 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #C057CC

Tints of Medium Orchid #C057CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 39.75%
G = 18.01%
B = 42.24%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C057CC (or 0xC057CC) is known color: Medium Orchid. HEX triplet: C0, 57 and CC. RGB value is (192,87,204). Sum of RGB (Red+Green+Blue) = 192+87+204=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C057CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057CC is #3FA833. Grayscale: #838383. Windows color (decimal): -4171828 or 13391808. OLE color: 13391808.

HSL color Cylindrical-coordinate representation of color #C057CC: hue angle of 293.85º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C057CC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 87 204 -
CMYK 0.06 0.57 0 0.2
HSL 293.85º 0.53% 0.57% -
HSV(B) 293.85º 0.57% 0.8% -
XYZ 36.05 22.38 59.55 -
YUV 131.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 192 87 204 0.06 0.57 0 0.2 293.85 0.53 0.57
Hex C0 57 CC 6 39 0 14 126 35 39
Octal 300 127 314 6 71 0 24 446 65 71
Binary 11000000 1010111 11001100 110 111001 0 10100 100100110 110101 111001

Color Harmonies of #C057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057CC

Black with #C057CC

Text Example


Text Example

White with #C057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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