Html Css Color HEX #CD58E5 Medium Orchid

📋 copy color: '#CD58E5'

red 205 ◦ green 88 ◦ blue 229

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

Shades of Medium Orchid #CD58E5

Tints of Medium Orchid #CD58E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 39.27%
G = 16.86%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD58E5 (or 0xCD58E5) is known color: Medium Orchid. HEX triplet: CD, 58 and E5. RGB value is (205,88,229). Sum of RGB (Red+Green+Blue) = 205+88+229=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58E5 is #32A71A. Grayscale: #8A8A8A. Windows color (decimal): -3319579 or 15030477. OLE color: 15030477.

HSL color Cylindrical-coordinate representation of color #CD58E5: hue angle of 289.79º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD58E5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 88 229 -
CMYK 0.10 0.62 0 0.10
HSL 289.79º 0.73% 0.62% -
HSV(B) 289.79º 0.62% 0.9% -
XYZ 42.81 25.62 76.82 -
YUV 139.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 205 88 229 0.10 0.62 0 0.10 289.79 0.73 0.62
Hex CD 58 E5 A 3E 0 A 122 49 3E
Octal 315 130 345 12 76 0 12 442 111 76
Binary 11001101 1011000 11100101 1010 111110 0 1010 100100010 1001001 111110

Color Harmonies of #CD58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58E5

Black with #CD58E5

Text Example


Text Example

White with #CD58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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