Html Css Color HEX #CC60EC Medium Orchid

📋 copy color: '#CC60EC'

red 204 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #CC60EC

Tints of Medium Orchid #CC60EC

RGB

 RED value IS 204 (80.08% from 255) = 38.06%

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 38.06%
G = 17.91%
B = 44.03%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC60EC (or 0xCC60EC) is known color: Medium Orchid. HEX triplet: CC, 60 and EC. RGB value is (204,96,236). Sum of RGB (Red+Green+Blue) = 204+96+236=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60EC is #339F13. Grayscale: #8F8F8F. Windows color (decimal): -3383060 or 15491276. OLE color: 15491276.

HSL color Cylindrical-coordinate representation of color #CC60EC: hue angle of 286.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC60EC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 96 236 -
CMYK 0.14 0.59 0 0.07
HSL 286.29º 0.79% 0.65% -
HSV(B) 286.29º 0.59% 0.93% -
XYZ 44.23 27.26 82.29 -
YUV 144.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 204 96 236 0.14 0.59 0 0.07 286.29 0.79 0.65
Hex CC 60 EC E 3B 0 7 11E 4F 41
Octal 314 140 354 16 73 0 7 436 117 101
Binary 11001100 1100000 11101100 1110 111011 0 111 100011110 1001111 1000001

Color Harmonies of #CC60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60EC

Black with #CC60EC

Text Example


Text Example

White with #CC60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60EC; }

 p { color: rgb(204,96,236); }

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

background-color css

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

 a { background-color: rgb(204,96,236); }

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

border-color css

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

 span { border-color: rgb(204,96,236); }

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