Html Css Color HEX #CD4FDB Medium Orchid

📋 copy color: '#CD4FDB'

red 205 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #CD4FDB

Tints of Medium Orchid #CD4FDB

RGB

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

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

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

R = 40.76%
G = 15.71%
B = 43.54%

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

#CD4FDB (or 0xCD4FDB) is known color: Medium Orchid. HEX triplet: CD, 4F and DB. RGB value is (205,79,219). Sum of RGB (Red+Green+Blue) = 205+79+219=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDB is #32B024. Grayscale: #848484. Windows color (decimal): -3321893 or 14372813. OLE color: 14372813.

HSL color Cylindrical-coordinate representation of color #CD4FDB: hue angle of 294º 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 #CD4FDB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 79 219 -
CMYK 0.06 0.64 0 0.14
HSL 294º 0.66% 0.58% -
HSV(B) 294º 0.64% 0.86% -
XYZ 40.76 23.69 69.44 -
YUV 132.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 205 79 219 0.06 0.64 0 0.14 294 0.66 0.58
Hex CD 4F DB 6 40 0 E 126 42 3A
Octal 315 117 333 6 100 0 16 446 102 72
Binary 11001101 1001111 11011011 110 1000000 0 1110 100100110 1000010 111010

Color Harmonies of #CD4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FDB

Black with #CD4FDB

Text Example


Text Example

White with #CD4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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