Html Css Color HEX #CD3BDC Medium Orchid

📋 copy color: '#CD3BDC'

red 205 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #CD3BDC

Tints of Medium Orchid #CD3BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 42.36%
G = 12.19%
B = 45.45%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD3BDC (or 0xCD3BDC) is known color: Medium Orchid. HEX triplet: CD, 3B and DC. RGB value is (205,59,220). Sum of RGB (Red+Green+Blue) = 205+59+220=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BDC is #32C423. Grayscale: #787878. Windows color (decimal): -3327012 or 14433229. OLE color: 14433229.

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

Color convert

RGB 205 59 220 -
CMYK 0.07 0.73 0 0.14
HSL 294.41º 0.7% 0.55% -
HSV(B) 294.41º 0.73% 0.86% -
XYZ 39.66 21.27 69.73 -
YUV 121.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 205 59 220 0.07 0.73 0 0.14 294.41 0.7 0.55
Hex CD 3B DC 7 49 0 E 126 46 37
Octal 315 73 334 7 111 0 16 446 106 67
Binary 11001101 111011 11011100 111 1001001 0 1110 100100110 1000110 110111

Color Harmonies of #CD3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3BDC

Black with #CD3BDC

Text Example


Text Example

White with #CD3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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