Html Css Color HEX #CD4EDB Medium Orchid

📋 copy color: '#CD4EDB'

red 205 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #CD4EDB

Tints of Medium Orchid #CD4EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 40.84%
G = 15.54%
B = 43.63%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4EDB (or 0xCD4EDB) is known color: Medium Orchid. HEX triplet: CD, 4E and DB. RGB value is (205,78,219). Sum of RGB (Red+Green+Blue) = 205+78+219=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDB is #32B124. Grayscale: #838383. Windows color (decimal): -3322149 or 14372557. OLE color: 14372557.

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

Color convert

RGB 205 78 219 -
CMYK 0.06 0.64 0 0.14
HSL 294.04º 0.66% 0.58% -
HSV(B) 294.04º 0.64% 0.86% -
XYZ 40.69 23.54 69.42 -
YUV 132.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 205 78 219 0.06 0.64 0 0.14 294.04 0.66 0.58
Hex CD 4E DB 6 40 0 E 126 42 3A
Octal 315 116 333 6 100 0 16 446 102 72
Binary 11001101 1001110 11011011 110 1000000 0 1110 100100110 1000010 111010

Color Harmonies of #CD4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDB

Black with #CD4EDB

Text Example


Text Example

White with #CD4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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