Html Css Color HEX #CD61E1 Medium Orchid

📋 copy color: '#CD61E1'

red 205 ◦ green 97 ◦ blue 225

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

Shades of Medium Orchid #CD61E1

Tints of Medium Orchid #CD61E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.41%

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 38.9%
G = 18.41%
B = 42.69%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD61E1 (or 0xCD61E1) is known color: Medium Orchid. HEX triplet: CD, 61 and E1. RGB value is (205,97,225). Sum of RGB (Red+Green+Blue) = 205+97+225=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61E1 is #329E1E. Grayscale: #8F8F8F. Windows color (decimal): -3317279 or 14770637. OLE color: 14770637.

HSL color Cylindrical-coordinate representation of color #CD61E1: hue angle of 290.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD61E1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 97 225 -
CMYK 0.09 0.57 0 0.12
HSL 290.63º 0.68% 0.63% -
HSV(B) 290.63º 0.57% 0.88% -
XYZ 43.04 26.96 74.17 -
YUV 143.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 205 97 225 0.09 0.57 0 0.12 290.63 0.68 0.63
Hex CD 61 E1 9 39 0 C 123 44 3F
Octal 315 141 341 11 71 0 14 443 104 77
Binary 11001101 1100001 11100001 1001 111001 0 1100 100100011 1000100 111111

Color Harmonies of #CD61E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD61E1

Black with #CD61E1

Text Example


Text Example

White with #CD61E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD61E1; }

 p { color: rgb(205,97,225); }

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

background-color css

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

 a { background-color: rgb(205,97,225); }

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

border-color css

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

 span { border-color: rgb(205,97,225); }

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