Html Css Color HEX #CD58D6 Medium Orchid

📋 copy color: '#CD58D6'

red 205 ◦ green 88 ◦ blue 214

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

Shades of Medium Orchid #CD58D6

Tints of Medium Orchid #CD58D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 40.43%
G = 17.36%
B = 42.21%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD58D6 (or 0xCD58D6) is known color: Medium Orchid. HEX triplet: CD, 58 and D6. RGB value is (205,88,214). Sum of RGB (Red+Green+Blue) = 205+88+214=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58D6 is #32A729. Grayscale: #888888. Windows color (decimal): -3319594 or 14047437. OLE color: 14047437.

HSL color Cylindrical-coordinate representation of color #CD58D6: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD58D6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 88 214 -
CMYK 0.04 0.59 0 0.16
HSL 295.71º 0.61% 0.59% -
HSV(B) 295.71º 0.59% 0.84% -
XYZ 40.8 24.81 66.26 -
YUV 137.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 205 88 214 0.04 0.59 0 0.16 295.71 0.61 0.59
Hex CD 58 D6 4 3B 0 10 128 3D 3B
Octal 315 130 326 4 73 0 20 450 75 73
Binary 11001101 1011000 11010110 100 111011 0 10000 100101000 111101 111011

Color Harmonies of #CD58D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58D6

Black with #CD58D6

Text Example


Text Example

White with #CD58D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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