Html Css Color HEX #CD4FDC Medium Orchid

📋 copy color: '#CD4FDC'

red 205 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #CD4FDC

Tints of Medium Orchid #CD4FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 40.67%
G = 15.67%
B = 43.65%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4FDC (or 0xCD4FDC) is known color: Medium Orchid. HEX triplet: CD, 4F and DC. RGB value is (205,79,220). Sum of RGB (Red+Green+Blue) = 205+79+220=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDC is #32B023. Grayscale: #848484. Windows color (decimal): -3321892 or 14438349. OLE color: 14438349.

HSL color Cylindrical-coordinate representation of color #CD4FDC: hue angle of 293.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4FDC is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 79 220 -
CMYK 0.07 0.64 0 0.14
HSL 293.62º 0.67% 0.59% -
HSV(B) 293.62º 0.64% 0.86% -
XYZ 40.89 23.74 70.14 -
YUV 132.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 205 79 220 0.07 0.64 0 0.14 293.62 0.67 0.59
Hex CD 4F DC 7 40 0 E 126 43 3B
Octal 315 117 334 7 100 0 16 446 103 73
Binary 11001101 1001111 11011100 111 1000000 0 1110 100100110 1000011 111011

Color Harmonies of #CD4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FDC

Black with #CD4FDC

Text Example


Text Example

White with #CD4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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