Html Css Color HEX #CD4DED Medium Orchid

📋 copy color: '#CD4DED'

red 205 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #CD4DED

Tints of Medium Orchid #CD4DED

RGB

 RED value IS 205 (80.47% from 255) = 39.5%

 GREEN value IS 77 (30.47% from 255) = 14.84%

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

R = 39.5%
G = 14.84%
B = 45.66%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD4DED (or 0xCD4DED) is known color: Medium Orchid. HEX triplet: CD, 4D and ED. RGB value is (205,77,237). Sum of RGB (Red+Green+Blue) = 205+77+237=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4DED is #32B212. Grayscale: #858585. Windows color (decimal): -3322387 or 15551949. OLE color: 15551949.

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

Color convert

RGB 205 77 237 -
CMYK 0.14 0.68 0 0.07
HSL 288º 0.82% 0.62% -
HSV(B) 288º 0.68% 0.93% -
XYZ 43.12 24.4 82.56 -
YUV 133.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 205 77 237 0.14 0.68 0 0.07 288 0.82 0.62
Hex CD 4D ED E 44 0 7 120 52 3E
Octal 315 115 355 16 104 0 7 440 122 76
Binary 11001101 1001101 11101101 1110 1000100 0 111 100100000 1010010 111110

Color Harmonies of #CD4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DED

Black with #CD4DED

Text Example


Text Example

White with #CD4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DED; }

 p { color: rgb(205,77,237); }

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

background-color css

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

 a { background-color: rgb(205,77,237); }

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

border-color css

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

 span { border-color: rgb(205,77,237); }

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