Html Css Color HEX #CD58DB Medium Orchid

📋 copy color: '#CD58DB'

red 205 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #CD58DB

Tints of Medium Orchid #CD58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

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

R = 40.04%
G = 17.19%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD58DB (or 0xCD58DB) is known color: Medium Orchid. HEX triplet: CD, 58 and DB. RGB value is (205,88,219). Sum of RGB (Red+Green+Blue) = 205+88+219=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58DB is #32A724. Grayscale: #898989. Windows color (decimal): -3319589 or 14375117. OLE color: 14375117.

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

Color convert

RGB 205 88 219 -
CMYK 0.06 0.60 0 0.14
HSL 293.59º 0.65% 0.6% -
HSV(B) 293.59º 0.6% 0.86% -
XYZ 41.45 25.07 69.67 -
YUV 137.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 205 88 219 0.06 0.60 0 0.14 293.59 0.65 0.6
Hex CD 58 DB 6 3C 0 E 126 41 3C
Octal 315 130 333 6 74 0 16 446 101 74
Binary 11001101 1011000 11011011 110 111100 0 1110 100100110 1000001 111100

Color Harmonies of #CD58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58DB

Black with #CD58DB

Text Example


Text Example

White with #CD58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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