Html Css Color HEX #CD58ED Medium Orchid

📋 copy color: '#CD58ED'

red 205 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #CD58ED

Tints of Medium Orchid #CD58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.6%

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

R = 38.68%
G = 16.6%
B = 44.72%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD58ED (or 0xCD58ED) is known color: Medium Orchid. HEX triplet: CD, 58 and ED. RGB value is (205,88,237). Sum of RGB (Red+Green+Blue) = 205+88+237=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58ED is #32A712. Grayscale: #8B8B8B. Windows color (decimal): -3319571 or 15554765. OLE color: 15554765.

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

Color convert

RGB 205 88 237 -
CMYK 0.14 0.63 0 0.07
HSL 287.11º 0.81% 0.64% -
HSV(B) 287.11º 0.63% 0.93% -
XYZ 43.95 26.07 82.84 -
YUV 139.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 205 88 237 0.14 0.63 0 0.07 287.11 0.81 0.64
Hex CD 58 ED E 3F 0 7 11F 51 40
Octal 315 130 355 16 77 0 7 437 121 100
Binary 11001101 1011000 11101101 1110 111111 0 111 100011111 1010001 1000000

Color Harmonies of #CD58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58ED

Black with #CD58ED

Text Example


Text Example

White with #CD58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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