Html Css Color HEX #CD54DB Medium Orchid

📋 copy color: '#CD54DB'

red 205 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #CD54DB

Tints of Medium Orchid #CD54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.54%

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

R = 40.35%
G = 16.54%
B = 43.11%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD54DB (or 0xCD54DB) is known color: Medium Orchid. HEX triplet: CD, 54 and DB. RGB value is (205,84,219). Sum of RGB (Red+Green+Blue) = 205+84+219=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54DB is #32AB24. Grayscale: #878787. Windows color (decimal): -3320613 or 14374093. OLE color: 14374093.

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

Color convert

RGB 205 84 219 -
CMYK 0.06 0.62 0 0.14
HSL 293.78º 0.65% 0.59% -
HSV(B) 293.78º 0.62% 0.86% -
XYZ 41.13 24.43 69.57 -
YUV 135.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 205 84 219 0.06 0.62 0 0.14 293.78 0.65 0.59
Hex CD 54 DB 6 3E 0 E 126 41 3B
Octal 315 124 333 6 76 0 16 446 101 73
Binary 11001101 1010100 11011011 110 111110 0 1110 100100110 1000001 111011

Color Harmonies of #CD54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD54DB

Black with #CD54DB

Text Example


Text Example

White with #CD54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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