Html Css Color HEX #CD30DB Medium Orchid

📋 copy color: '#CD30DB'

red 205 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #CD30DB

Tints of Medium Orchid #CD30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

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

R = 43.43%
G = 10.17%
B = 46.4%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD30DB (or 0xCD30DB) is known color: Medium Orchid. HEX triplet: CD, 30 and DB. RGB value is (205,48,219). Sum of RGB (Red+Green+Blue) = 205+48+219=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30DB is #32CF24. Grayscale: #717171. Windows color (decimal): -3329829 or 14364877. OLE color: 14364877.

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

Color convert

RGB 205 48 219 -
CMYK 0.06 0.78 0 0.14
HSL 295.09º 0.7% 0.52% -
HSV(B) 295.09º 0.78% 0.86% -
XYZ 39.02 20.21 68.86 -
YUV 114.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 205 48 219 0.06 0.78 0 0.14 295.09 0.7 0.52
Hex CD 30 DB 6 4E 0 E 127 46 34
Octal 315 60 333 6 116 0 16 447 106 64
Binary 11001101 110000 11011011 110 1001110 0 1110 100100111 1000110 110100

Color Harmonies of #CD30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30DB

Black with #CD30DB

Text Example


Text Example

White with #CD30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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