Html Css Color HEX #CD55ED Medium Orchid

📋 copy color: '#CD55ED'

red 205 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #CD55ED

Tints of Medium Orchid #CD55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.13%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 38.9%
G = 16.13%
B = 44.97%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD55ED (or 0xCD55ED) is known color: Medium Orchid. HEX triplet: CD, 55 and ED. RGB value is (205,85,237). Sum of RGB (Red+Green+Blue) = 205+85+237=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55ED is #32AA12. Grayscale: #898989. Windows color (decimal): -3320339 or 15553997. OLE color: 15553997.

HSL color Cylindrical-coordinate representation of color #CD55ED: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD55ED is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 85 237 -
CMYK 0.14 0.64 0 0.07
HSL 287.37º 0.81% 0.63% -
HSV(B) 287.37º 0.64% 0.93% -
XYZ 43.71 25.59 82.76 -
YUV 138.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 205 85 237 0.14 0.64 0 0.07 287.37 0.81 0.63
Hex CD 55 ED E 40 0 7 11F 51 3F
Octal 315 125 355 16 100 0 7 437 121 77
Binary 11001101 1010101 11101101 1110 1000000 0 111 100011111 1010001 111111

Color Harmonies of #CD55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55ED

Black with #CD55ED

Text Example


Text Example

White with #CD55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55ED; }

 p { color: rgb(205,85,237); }

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

background-color css

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

 a { background-color: rgb(205,85,237); }

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

border-color css

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

 span { border-color: rgb(205,85,237); }

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