Html Css Color HEX #CD40DA Medium Orchid

📋 copy color: '#CD40DA'

red 205 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #CD40DA

Tints of Medium Orchid #CD40DA

RGB

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

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

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

R = 42.09%
G = 13.14%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD40DA (or 0xCD40DA) is known color: Medium Orchid. HEX triplet: CD, 40 and DA. RGB value is (205,64,218). Sum of RGB (Red+Green+Blue) = 205+64+218=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40DA is #32BF25. Grayscale: #7B7B7B. Windows color (decimal): -3325734 or 14303437. OLE color: 14303437.

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

Color convert

RGB 205 64 218 -
CMYK 0.06 0.71 0 0.15
HSL 294.94º 0.68% 0.55% -
HSV(B) 294.94º 0.71% 0.85% -
XYZ 39.67 21.71 68.43 -
YUV 123.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 205 64 218 0.06 0.71 0 0.15 294.94 0.68 0.55
Hex CD 40 DA 6 47 0 F 127 44 37
Octal 315 100 332 6 107 0 17 447 104 67
Binary 11001101 1000000 11011010 110 1000111 0 1111 100100111 1000100 110111

Color Harmonies of #CD40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40DA

Black with #CD40DA

Text Example


Text Example

White with #CD40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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