Html Css Color HEX #CD4EDF Medium Orchid

📋 copy color: '#CD4EDF'

red 205 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #CD4EDF

Tints of Medium Orchid #CD4EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 40.51%
G = 15.42%
B = 44.07%

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

#CD4EDF (or 0xCD4EDF) is known color: Medium Orchid. HEX triplet: CD, 4E and DF. RGB value is (205,78,223). Sum of RGB (Red+Green+Blue) = 205+78+223=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDF is #32B120. Grayscale: #848484. Windows color (decimal): -3322145 or 14634701. OLE color: 14634701.

HSL color Cylindrical-coordinate representation of color #CD4EDF: hue angle of 292.55º degrees, saturation: 0.69, 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 #CD4EDF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 78 223 -
CMYK 0.08 0.65 0 0.13
HSL 292.55º 0.69% 0.59% -
HSV(B) 292.55º 0.65% 0.87% -
XYZ 41.22 23.76 72.22 -
YUV 132.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 205 78 223 0.08 0.65 0 0.13 292.55 0.69 0.59
Hex CD 4E DF 8 41 0 D 125 45 3B
Octal 315 116 337 10 101 0 15 445 105 73
Binary 11001101 1001110 11011111 1000 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CD4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDF

Black with #CD4EDF

Text Example


Text Example

White with #CD4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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