Html Css Color HEX #CC60E0 Medium Orchid

📋 copy color: '#CC60E0'

red 204 ◦ green 96 ◦ blue 224

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

Shades of Medium Orchid #CC60E0

Tints of Medium Orchid #CC60E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.75%

R = 38.93%
G = 18.32%
B = 42.75%

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

#CC60E0 (or 0xCC60E0) is known color: Medium Orchid. HEX triplet: CC, 60 and E0. RGB value is (204,96,224). Sum of RGB (Red+Green+Blue) = 204+96+224=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60E0 is #339F1F. Grayscale: #8E8E8E. Windows color (decimal): -3383072 or 14704844. OLE color: 14704844.

HSL color Cylindrical-coordinate representation of color #CC60E0: hue angle of 290.62º degrees, saturation: 0.67, 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 #CC60E0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 96 224 -
CMYK 0.09 0.57 0 0.12
HSL 290.63º 0.67% 0.63% -
HSV(B) 290.63º 0.57% 0.88% -
XYZ 42.54 26.58 73.41 -
YUV 142.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 204 96 224 0.09 0.57 0 0.12 290.63 0.67 0.63
Hex CC 60 E0 9 39 0 C 123 43 3F
Octal 314 140 340 11 71 0 14 443 103 77
Binary 11001100 1100000 11100000 1001 111001 0 1100 100100011 1000011 111111

Color Harmonies of #CC60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60E0

Black with #CC60E0

Text Example


Text Example

White with #CC60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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