Html Css Color HEX #CD60E2 Medium Orchid

📋 copy color: '#CD60E2'

red 205 ◦ green 96 ◦ blue 226

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

Shades of Medium Orchid #CD60E2

Tints of Medium Orchid #CD60E2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.22%

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 38.9%
G = 18.22%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD60E2 (or 0xCD60E2) is known color: Medium Orchid. HEX triplet: CD, 60 and E2. RGB value is (205,96,226). Sum of RGB (Red+Green+Blue) = 205+96+226=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD60E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60E2 is #329F1D. Grayscale: #8F8F8F. Windows color (decimal): -3317534 or 14835917. OLE color: 14835917.

HSL color Cylindrical-coordinate representation of color #CD60E2: hue angle of 290.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD60E2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 96 226 -
CMYK 0.09 0.58 0 0.11
HSL 290.31º 0.69% 0.63% -
HSV(B) 290.31º 0.58% 0.89% -
XYZ 43.09 26.84 74.86 -
YUV 143.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 205 96 226 0.09 0.58 0 0.11 290.31 0.69 0.63
Hex CD 60 E2 9 3A 0 B 122 45 3F
Octal 315 140 342 11 72 0 13 442 105 77
Binary 11001101 1100000 11100010 1001 111010 0 1011 100100010 1000101 111111

Color Harmonies of #CD60E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD60E2

Black with #CD60E2

Text Example


Text Example

White with #CD60E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD60E2; }

 p { color: rgb(205,96,226); }

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

background-color css

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

 a { background-color: rgb(205,96,226); }

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

border-color css

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

 span { border-color: rgb(205,96,226); }

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