Html Css Color HEX #CD3BDA Medium Orchid

📋 copy color: '#CD3BDA'

red 205 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #CD3BDA

Tints of Medium Orchid #CD3BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 42.53%
G = 12.24%
B = 45.23%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD3BDA (or 0xCD3BDA) is known color: Medium Orchid. HEX triplet: CD, 3B and DA. RGB value is (205,59,218). Sum of RGB (Red+Green+Blue) = 205+59+218=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BDA is #32C425. Grayscale: #787878. Windows color (decimal): -3327014 or 14302157. OLE color: 14302157.

HSL color Cylindrical-coordinate representation of color #CD3BDA: hue angle of 295.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3BDA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 59 218 -
CMYK 0.06 0.73 0 0.15
HSL 295.09º 0.68% 0.54% -
HSV(B) 295.09º 0.73% 0.85% -
XYZ 39.4 21.17 68.34 -
YUV 120.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 205 59 218 0.06 0.73 0 0.15 295.09 0.68 0.54
Hex CD 3B DA 6 49 0 F 127 44 36
Octal 315 73 332 6 111 0 17 447 104 66
Binary 11001101 111011 11011010 110 1001001 0 1111 100100111 1000100 110110

Color Harmonies of #CD3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3BDA

Black with #CD3BDA

Text Example


Text Example

White with #CD3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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