Html Css Color HEX #CD2DDC Medium Orchid

📋 copy color: '#CD2DDC'

red 205 ◦ green 45 ◦ blue 220

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

Shades of Medium Orchid #CD2DDC

Tints of Medium Orchid #CD2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.57%

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

R = 43.62%
G = 9.57%
B = 46.81%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2DDC (or 0xCD2DDC) is known color: Medium Orchid. HEX triplet: CD, 2D and DC. RGB value is (205,45,220). Sum of RGB (Red+Green+Blue) = 205+45+220=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DDC is #32D223. Grayscale: #707070. Windows color (decimal): -3330596 or 14429645. OLE color: 14429645.

HSL color Cylindrical-coordinate representation of color #CD2DDC: hue angle of 294.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2DDC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 45 220 -
CMYK 0.07 0.80 0 0.14
HSL 294.86º 0.71% 0.52% -
HSV(B) 294.86º 0.8% 0.86% -
XYZ 39.03 20.02 69.52 -
YUV 112.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 205 45 220 0.07 0.80 0 0.14 294.86 0.71 0.52
Hex CD 2D DC 7 50 0 E 127 47 34
Octal 315 55 334 7 120 0 16 447 107 64
Binary 11001101 101101 11011100 111 1010000 0 1110 100100111 1000111 110100

Color Harmonies of #CD2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2DDC

Black with #CD2DDC

Text Example


Text Example

White with #CD2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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