Html Css Color HEX #CC57D3 Medium Orchid

📋 copy color: '#CC57D3'

red 204 ◦ green 87 ◦ blue 211

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

Shades of Medium Orchid #CC57D3

Tints of Medium Orchid #CC57D3

RGB

 RED value IS 204 (80.08% from 255) = 40.64%

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

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 40.64%
G = 17.33%
B = 42.03%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC57D3 (or 0xCC57D3) is known color: Medium Orchid. HEX triplet: CC, 57 and D3. RGB value is (204,87,211). Sum of RGB (Red+Green+Blue) = 204+87+211=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57D3 is #33A82C. Grayscale: #878787. Windows color (decimal): -3385389 or 13850572. OLE color: 13850572.

HSL color Cylindrical-coordinate representation of color #CC57D3: hue angle of 296.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC57D3 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 87 211 -
CMYK 0.03 0.59 0 0.17
HSL 296.61º 0.58% 0.58% -
HSV(B) 296.61º 0.59% 0.83% -
XYZ 40.07 24.36 64.22 -
YUV 136.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 204 87 211 0.03 0.59 0 0.17 296.61 0.58 0.58
Hex CC 57 D3 3 3B 0 11 129 3A 3A
Octal 314 127 323 3 73 0 21 451 72 72
Binary 11001100 1010111 11010011 11 111011 0 10001 100101001 111010 111010

Color Harmonies of #CC57D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57D3

Black with #CC57D3

Text Example


Text Example

White with #CC57D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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