Html Css Color HEX #CC58EC Medium Orchid

📋 copy color: '#CC58EC'

red 204 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #CC58EC

Tints of Medium Orchid #CC58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.67%

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

R = 38.64%
G = 16.67%
B = 44.7%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC58EC (or 0xCC58EC) is known color: Medium Orchid. HEX triplet: CC, 58 and EC. RGB value is (204,88,236). Sum of RGB (Red+Green+Blue) = 204+88+236=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58EC is #33A713. Grayscale: #8B8B8B. Windows color (decimal): -3385108 or 15489228. OLE color: 15489228.

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

Color convert

RGB 204 88 236 -
CMYK 0.14 0.63 0 0.07
HSL 287.03º 0.8% 0.64% -
HSV(B) 287.03º 0.63% 0.93% -
XYZ 43.53 25.87 82.06 -
YUV 139.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 204 88 236 0.14 0.63 0 0.07 287.03 0.8 0.64
Hex CC 58 EC E 3F 0 7 11F 50 40
Octal 314 130 354 16 77 0 7 437 120 100
Binary 11001100 1011000 11101100 1110 111111 0 111 100011111 1010000 1000000

Color Harmonies of #CC58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58EC

Black with #CC58EC

Text Example


Text Example

White with #CC58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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