Html Css Color HEX #CD4FDE Medium Orchid

📋 copy color: '#CD4FDE'

red 205 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #CD4FDE

Tints of Medium Orchid #CD4FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 40.51%
G = 15.61%
B = 43.87%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4FDE (or 0xCD4FDE) is known color: Medium Orchid. HEX triplet: CD, 4F and DE. RGB value is (205,79,222). Sum of RGB (Red+Green+Blue) = 205+79+222=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD4FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDE is #32B021. Grayscale: #848484. Windows color (decimal): -3321890 or 14569421. OLE color: 14569421.

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

Color convert

RGB 205 79 222 -
CMYK 0.08 0.64 0 0.13
HSL 292.87º 0.68% 0.59% -
HSV(B) 292.87º 0.64% 0.87% -
XYZ 41.16 23.85 71.54 -
YUV 132.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 205 79 222 0.08 0.64 0 0.13 292.87 0.68 0.59
Hex CD 4F DE 8 40 0 D 125 44 3B
Octal 315 117 336 10 100 0 15 445 104 73
Binary 11001101 1001111 11011110 1000 1000000 0 1101 100100101 1000100 111011

Color Harmonies of #CD4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FDE

Black with #CD4FDE

Text Example


Text Example

White with #CD4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FDE; }

 p { color: rgb(205,79,222); }

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

background-color css

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

 a { background-color: rgb(205,79,222); }

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

border-color css

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

 span { border-color: rgb(205,79,222); }

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