Html Css Color HEX #CD40D8 Medium Orchid

📋 copy color: '#CD40D8'

red 205 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #CD40D8

Tints of Medium Orchid #CD40D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 42.27%
G = 13.2%
B = 44.54%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD40D8 (or 0xCD40D8) is known color: Medium Orchid. HEX triplet: CD, 40 and D8. RGB value is (205,64,216). Sum of RGB (Red+Green+Blue) = 205+64+216=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD40D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40D8 is #32BF27. Grayscale: #7B7B7B. Windows color (decimal): -3325736 or 14172365. OLE color: 14172365.

HSL color Cylindrical-coordinate representation of color #CD40D8: hue angle of 295.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD40D8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 64 216 -
CMYK 0.05 0.70 0 0.15
HSL 295.66º 0.66% 0.55% -
HSV(B) 295.66º 0.7% 0.85% -
XYZ 39.4 21.6 67.06 -
YUV 123.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 205 64 216 0.05 0.70 0 0.15 295.66 0.66 0.55
Hex CD 40 D8 5 46 0 F 128 42 37
Octal 315 100 330 5 106 0 17 450 102 67
Binary 11001101 1000000 11011000 101 1000110 0 1111 100101000 1000010 110111

Color Harmonies of #CD40D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40D8

Black with #CD40D8

Text Example


Text Example

White with #CD40D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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