Html Css Color HEX #CD5DEA Medium Orchid

📋 copy color: '#CD5DEA'

red 205 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #CD5DEA

Tints of Medium Orchid #CD5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

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

R = 38.53%
G = 17.48%
B = 43.98%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD5DEA (or 0xCD5DEA) is known color: Medium Orchid. HEX triplet: CD, 5D and EA. RGB value is (205,93,234). Sum of RGB (Red+Green+Blue) = 205+93+234=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DEA is #32A215. Grayscale: #8E8E8E. Windows color (decimal): -3318294 or 15359437. OLE color: 15359437.

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

Color convert

RGB 205 93 234 -
CMYK 0.12 0.60 0 0.08
HSL 287.66º 0.77% 0.64% -
HSV(B) 287.66º 0.6% 0.92% -
XYZ 43.94 26.75 80.69 -
YUV 142.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 205 93 234 0.12 0.60 0 0.08 287.66 0.77 0.64
Hex CD 5D EA C 3C 0 8 120 4D 40
Octal 315 135 352 14 74 0 10 440 115 100
Binary 11001101 1011101 11101010 1100 111100 0 1000 100100000 1001101 1000000

Color Harmonies of #CD5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5DEA

Black with #CD5DEA

Text Example


Text Example

White with #CD5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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