Html Css Color HEX #CD60DC Medium Orchid

📋 copy color: '#CD60DC'

red 205 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #CD60DC

Tints of Medium Orchid #CD60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 39.35%
G = 18.43%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD60DC (or 0xCD60DC) is known color: Medium Orchid. HEX triplet: CD, 60 and DC. RGB value is (205,96,220). Sum of RGB (Red+Green+Blue) = 205+96+220=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60DC is #329F23. Grayscale: #8E8E8E. Windows color (decimal): -3317540 or 14442701. OLE color: 14442701.

HSL color Cylindrical-coordinate representation of color #CD60DC: hue angle of 292.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD60DC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 96 220 -
CMYK 0.07 0.56 0 0.14
HSL 292.74º 0.64% 0.62% -
HSV(B) 292.74º 0.56% 0.86% -
XYZ 42.28 26.51 70.6 -
YUV 142.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 205 96 220 0.07 0.56 0 0.14 292.74 0.64 0.62
Hex CD 60 DC 7 38 0 E 125 40 3E
Octal 315 140 334 7 70 0 16 445 100 76
Binary 11001101 1100000 11011100 111 111000 0 1110 100100101 1000000 111110

Color Harmonies of #CD60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD60DC

Black with #CD60DC

Text Example


Text Example

White with #CD60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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