Html Css Color HEX #CD58EA Medium Orchid

📋 copy color: '#CD58EA'

red 205 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #CD58EA

Tints of Medium Orchid #CD58EA

RGB

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

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

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

R = 38.9%
G = 16.7%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD58EA (or 0xCD58EA) is known color: Medium Orchid. HEX triplet: CD, 58 and EA. RGB value is (205,88,234). Sum of RGB (Red+Green+Blue) = 205+88+234=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58EA is #32A715. Grayscale: #8B8B8B. Windows color (decimal): -3319574 or 15358157. OLE color: 15358157.

HSL color Cylindrical-coordinate representation of color #CD58EA: hue angle of 288.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD58EA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 88 234 -
CMYK 0.12 0.62 0 0.08
HSL 288.08º 0.78% 0.63% -
HSV(B) 288.08º 0.62% 0.92% -
XYZ 43.52 25.9 80.55 -
YUV 139.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 205 88 234 0.12 0.62 0 0.08 288.08 0.78 0.63
Hex CD 58 EA C 3E 0 8 120 4E 3F
Octal 315 130 352 14 76 0 10 440 116 77
Binary 11001101 1011000 11101010 1100 111110 0 1000 100100000 1001110 111111

Color Harmonies of #CD58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58EA

Black with #CD58EA

Text Example


Text Example

White with #CD58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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