Html Css Color HEX #CD40DC Medium Orchid

📋 copy color: '#CD40DC'

red 205 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #CD40DC

Tints of Medium Orchid #CD40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

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

R = 41.92%
G = 13.09%
B = 44.99%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD40DC (or 0xCD40DC) is known color: Medium Orchid. HEX triplet: CD, 40 and DC. RGB value is (205,64,220). Sum of RGB (Red+Green+Blue) = 205+64+220=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40DC is #32BF23. Grayscale: #7B7B7B. Windows color (decimal): -3325732 or 14434509. OLE color: 14434509.

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

Color convert

RGB 205 64 220 -
CMYK 0.07 0.71 0 0.14
HSL 294.23º 0.69% 0.56% -
HSV(B) 294.23º 0.71% 0.86% -
XYZ 39.93 21.81 69.82 -
YUV 123.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 205 64 220 0.07 0.71 0 0.14 294.23 0.69 0.56
Hex CD 40 DC 7 47 0 E 126 45 38
Octal 315 100 334 7 107 0 16 446 105 70
Binary 11001101 1000000 11011100 111 1000111 0 1110 100100110 1000101 111000

Color Harmonies of #CD40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40DC

Black with #CD40DC

Text Example


Text Example

White with #CD40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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