Html Css Color HEX #CC5DED Medium Orchid

📋 copy color: '#CC5DED'

red 204 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #CC5DED

Tints of Medium Orchid #CC5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.42%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 38.2%
G = 17.42%
B = 44.38%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC5DED (or 0xCC5DED) is known color: Medium Orchid. HEX triplet: CC, 5D and ED. RGB value is (204,93,237). Sum of RGB (Red+Green+Blue) = 204+93+237=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DED is #33A212. Grayscale: #8E8E8E. Windows color (decimal): -3383827 or 15556044. OLE color: 15556044.

HSL color Cylindrical-coordinate representation of color #CC5DED: hue angle of 286.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5DED is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 93 237 -
CMYK 0.14 0.61 0 0.07
HSL 286.25º 0.8% 0.65% -
HSV(B) 286.25º 0.61% 0.93% -
XYZ 44.1 26.78 82.97 -
YUV 142.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 204 93 237 0.14 0.61 0 0.07 286.25 0.8 0.65
Hex CC 5D ED E 3D 0 7 11E 50 41
Octal 314 135 355 16 75 0 7 436 120 101
Binary 11001100 1011101 11101101 1110 111101 0 111 100011110 1010000 1000001

Color Harmonies of #CC5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DED

Black with #CC5DED

Text Example


Text Example

White with #CC5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DED; }

 p { color: rgb(204,93,237); }

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

background-color css

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

 a { background-color: rgb(204,93,237); }

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

border-color css

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

 span { border-color: rgb(204,93,237); }

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