Html Css Color HEX #CD3BDD Medium Orchid

📋 copy color: '#CD3BDD'

red 205 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #CD3BDD

Tints of Medium Orchid #CD3BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.16%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 42.27%
G = 12.16%
B = 45.57%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3BDD (or 0xCD3BDD) is known color: Medium Orchid. HEX triplet: CD, 3B and DD. RGB value is (205,59,221). Sum of RGB (Red+Green+Blue) = 205+59+221=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BDD is #32C422. Grayscale: #787878. Windows color (decimal): -3327011 or 14498765. OLE color: 14498765.

HSL color Cylindrical-coordinate representation of color #CD3BDD: hue angle of 294.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3BDD is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 59 221 -
CMYK 0.07 0.73 0 0.13
HSL 294.07º 0.7% 0.55% -
HSV(B) 294.07º 0.73% 0.87% -
XYZ 39.79 21.33 70.43 -
YUV 121.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 205 59 221 0.07 0.73 0 0.13 294.07 0.7 0.55
Hex CD 3B DD 7 49 0 D 126 46 37
Octal 315 73 335 7 111 0 15 446 106 67
Binary 11001101 111011 11011101 111 1001001 0 1101 100100110 1000110 110111

Color Harmonies of #CD3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3BDD

Black with #CD3BDD

Text Example


Text Example

White with #CD3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3BDD; }

 p { color: rgb(205,59,221); }

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

background-color css

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

 a { background-color: rgb(205,59,221); }

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

border-color css

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

 span { border-color: rgb(205,59,221); }

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