Html Css Color HEX #CC60DC Medium Orchid

📋 copy color: '#CC60DC'

red 204 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #CC60DC

Tints of Medium Orchid #CC60DC

RGB

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

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

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

R = 39.23%
G = 18.46%
B = 42.31%

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

#CC60DC (or 0xCC60DC) is known color: Medium Orchid. HEX triplet: CC, 60 and DC. RGB value is (204,96,220). Sum of RGB (Red+Green+Blue) = 204+96+220=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60DC is #339F23. Grayscale: #8E8E8E. Windows color (decimal): -3383076 or 14442700. OLE color: 14442700.

HSL color Cylindrical-coordinate representation of color #CC60DC: hue angle of 292.26º 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 #CC60DC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 96 220 -
CMYK 0.07 0.56 0 0.14
HSL 292.26º 0.64% 0.62% -
HSV(B) 292.26º 0.56% 0.86% -
XYZ 42 26.37 70.59 -
YUV 142.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 204 96 220 0.07 0.56 0 0.14 292.26 0.64 0.62
Hex CC 60 DC 7 38 0 E 124 40 3E
Octal 314 140 334 7 70 0 16 444 100 76
Binary 11001100 1100000 11011100 111 111000 0 1110 100100100 1000000 111110

Color Harmonies of #CC60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60DC

Black with #CC60DC

Text Example


Text Example

White with #CC60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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