Html Css Color HEX #CD54EA Medium Orchid

📋 copy color: '#CD54EA'

red 205 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #CD54EA

Tints of Medium Orchid #CD54EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 39.2%
G = 16.06%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD54EA (or 0xCD54EA) is known color: Medium Orchid. HEX triplet: CD, 54 and EA. RGB value is (205,84,234). Sum of RGB (Red+Green+Blue) = 205+84+234=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD54EA is #32AB15. Grayscale: #888888. Windows color (decimal): -3320598 or 15357133. OLE color: 15357133.

HSL color Cylindrical-coordinate representation of color #CD54EA: hue angle of 288.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD54EA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 84 234 -
CMYK 0.12 0.64 0 0.08
HSL 288.4º 0.78% 0.62% -
HSV(B) 288.4º 0.64% 0.92% -
XYZ 43.2 25.26 80.44 -
YUV 137.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 205 84 234 0.12 0.64 0 0.08 288.4 0.78 0.62
Hex CD 54 EA C 40 0 8 120 4E 3E
Octal 315 124 352 14 100 0 10 440 116 76
Binary 11001101 1010100 11101010 1100 1000000 0 1000 100100000 1001110 111110

Color Harmonies of #CD54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD54EA

Black with #CD54EA

Text Example


Text Example

White with #CD54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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