Html Css Color HEX #CD41D8 Medium Orchid

📋 copy color: '#CD41D8'

red 205 ◦ green 65 ◦ blue 216

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

Shades of Medium Orchid #CD41D8

Tints of Medium Orchid #CD41D8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

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

R = 42.18%
G = 13.37%
B = 44.44%

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

#CD41D8 (or 0xCD41D8) is known color: Medium Orchid. HEX triplet: CD, 41 and D8. RGB value is (205,65,216). Sum of RGB (Red+Green+Blue) = 205+65+216=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41D8 is #32BE27. Grayscale: #7B7B7B. Windows color (decimal): -3325480 or 14172621. OLE color: 14172621.

HSL color Cylindrical-coordinate representation of color #CD41D8: hue angle of 295.63º 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 #CD41D8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 65 216 -
CMYK 0.05 0.70 0 0.15
HSL 295.63º 0.66% 0.55% -
HSV(B) 295.63º 0.7% 0.85% -
XYZ 39.46 21.72 67.08 -
YUV 124.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 205 65 216 0.05 0.70 0 0.15 295.63 0.66 0.55
Hex CD 41 D8 5 46 0 F 128 42 37
Octal 315 101 330 5 106 0 17 450 102 67
Binary 11001101 1000001 11011000 101 1000110 0 1111 100101000 1000010 110111

Color Harmonies of #CD41D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41D8

Black with #CD41D8

Text Example


Text Example

White with #CD41D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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