Html Css Color HEX #CD4DDF Medium Orchid

📋 copy color: '#CD4DDF'

red 205 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #CD4DDF

Tints of Medium Orchid #CD4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 40.59%
G = 15.25%
B = 44.16%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4DDF (or 0xCD4DDF) is known color: Medium Orchid. HEX triplet: CD, 4D and DF. RGB value is (205,77,223). Sum of RGB (Red+Green+Blue) = 205+77+223=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DDF is #32B220. Grayscale: #838383. Windows color (decimal): -3322401 or 14634445. OLE color: 14634445.

HSL color Cylindrical-coordinate representation of color #CD4DDF: hue angle of 292.6º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4DDF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 77 223 -
CMYK 0.08 0.65 0 0.13
HSL 292.6º 0.7% 0.59% -
HSV(B) 292.6º 0.65% 0.87% -
XYZ 41.15 23.61 72.2 -
YUV 131.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 205 77 223 0.08 0.65 0 0.13 292.6 0.7 0.59
Hex CD 4D DF 8 41 0 D 125 46 3B
Octal 315 115 337 10 101 0 15 445 106 73
Binary 11001101 1001101 11011111 1000 1000001 0 1101 100100101 1000110 111011

Color Harmonies of #CD4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DDF

Black with #CD4DDF

Text Example


Text Example

White with #CD4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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