Html Css Color HEX #CD50DB Medium Orchid

📋 copy color: '#CD50DB'

red 205 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #CD50DB

Tints of Medium Orchid #CD50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

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

R = 40.67%
G = 15.87%
B = 43.45%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD50DB (or 0xCD50DB) is known color: Medium Orchid. HEX triplet: CD, 50 and DB. RGB value is (205,80,219). Sum of RGB (Red+Green+Blue) = 205+80+219=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50DB is #32AF24. Grayscale: #848484. Windows color (decimal): -3321637 or 14373069. OLE color: 14373069.

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

Color convert

RGB 205 80 219 -
CMYK 0.06 0.63 0 0.14
HSL 293.96º 0.66% 0.59% -
HSV(B) 293.96º 0.63% 0.86% -
XYZ 40.83 23.83 69.47 -
YUV 133.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 205 80 219 0.06 0.63 0 0.14 293.96 0.66 0.59
Hex CD 50 DB 6 3F 0 E 126 42 3B
Octal 315 120 333 6 77 0 16 446 102 73
Binary 11001101 1010000 11011011 110 111111 0 1110 100100110 1000010 111011

Color Harmonies of #CD50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50DB

Black with #CD50DB

Text Example


Text Example

White with #CD50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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