Html Css Color HEX #CD33DB Medium Orchid

📋 copy color: '#CD33DB'

red 205 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #CD33DB

Tints of Medium Orchid #CD33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.74%

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

R = 43.16%
G = 10.74%
B = 46.11%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD33DB (or 0xCD33DB) is known color: Medium Orchid. HEX triplet: CD, 33 and DB. RGB value is (205,51,219). Sum of RGB (Red+Green+Blue) = 205+51+219=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33DB is #32CC24. Grayscale: #737373. Windows color (decimal): -3329061 or 14365645. OLE color: 14365645.

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

Color convert

RGB 205 51 219 -
CMYK 0.06 0.77 0 0.14
HSL 295º 0.7% 0.53% -
HSV(B) 295º 0.77% 0.86% -
XYZ 39.15 20.46 68.9 -
YUV 116.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 205 51 219 0.06 0.77 0 0.14 295 0.7 0.53
Hex CD 33 DB 6 4D 0 E 127 46 35
Octal 315 63 333 6 115 0 16 447 106 65
Binary 11001101 110011 11011011 110 1001101 0 1110 100100111 1000110 110101

Color Harmonies of #CD33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33DB

Black with #CD33DB

Text Example


Text Example

White with #CD33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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