Html Css Color HEX #CD54D8 Medium Orchid

📋 copy color: '#CD54D8'

red 205 ◦ green 84 ◦ blue 216

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

Shades of Medium Orchid #CD54D8

Tints of Medium Orchid #CD54D8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.63%

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

R = 40.59%
G = 16.63%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD54D8 (or 0xCD54D8) is known color: Medium Orchid. HEX triplet: CD, 54 and D8. RGB value is (205,84,216). Sum of RGB (Red+Green+Blue) = 205+84+216=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54D8 is #32AB27. Grayscale: #868686. Windows color (decimal): -3320616 or 14177485. OLE color: 14177485.

HSL color Cylindrical-coordinate representation of color #CD54D8: hue angle of 295º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD54D8 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 84 216 -
CMYK 0.05 0.61 0 0.15
HSL 295º 0.63% 0.59% -
HSV(B) 295º 0.61% 0.85% -
XYZ 40.74 24.28 67.5 -
YUV 135.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 205 84 216 0.05 0.61 0 0.15 295 0.63 0.59
Hex CD 54 D8 5 3D 0 F 127 3F 3B
Octal 315 124 330 5 75 0 17 447 77 73
Binary 11001101 1010100 11011000 101 111101 0 1111 100100111 111111 111011

Color Harmonies of #CD54D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD54D8

Black with #CD54D8

Text Example


Text Example

White with #CD54D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD54D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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