Html Css Color HEX #CD39E5 Medium Orchid

📋 copy color: '#CD39E5'

red 205 ◦ green 57 ◦ blue 229

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

Shades of Medium Orchid #CD39E5

Tints of Medium Orchid #CD39E5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.61%

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

R = 41.75%
G = 11.61%
B = 46.64%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD39E5 (or 0xCD39E5) is known color: Medium Orchid. HEX triplet: CD, 39 and E5. RGB value is (205,57,229). Sum of RGB (Red+Green+Blue) = 205+57+229=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD39E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39E5 is #32C61A. Grayscale: #787878. Windows color (decimal): -3327515 or 15022541. OLE color: 15022541.

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

Color convert

RGB 205 57 229 -
CMYK 0.10 0.75 0 0.10
HSL 291.63º 0.77% 0.56% -
HSV(B) 291.63º 0.75% 0.9% -
XYZ 40.78 21.56 76.14 -
YUV 120.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 205 57 229 0.10 0.75 0 0.10 291.63 0.77 0.56
Hex CD 39 E5 A 4B 0 A 124 4D 38
Octal 315 71 345 12 113 0 12 444 115 70
Binary 11001101 111001 11100101 1010 1001011 0 1010 100100100 1001101 111000

Color Harmonies of #CD39E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD39E5

Black with #CD39E5

Text Example


Text Example

White with #CD39E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD39E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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