Html Css Color HEX #CC4FEC Medium Orchid

📋 copy color: '#CC4FEC'

red 204 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #CC4FEC

Tints of Medium Orchid #CC4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.22%

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

R = 39.31%
G = 15.22%
B = 45.47%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC4FEC (or 0xCC4FEC) is known color: Medium Orchid. HEX triplet: CC, 4F and EC. RGB value is (204,79,236). Sum of RGB (Red+Green+Blue) = 204+79+236=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FEC is #33B013. Grayscale: #858585. Windows color (decimal): -3387412 or 15486924. OLE color: 15486924.

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

Color convert

RGB 204 79 236 -
CMYK 0.14 0.67 0 0.07
HSL 287.77º 0.81% 0.62% -
HSV(B) 287.77º 0.67% 0.93% -
XYZ 42.84 24.49 81.83 -
YUV 134.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 204 79 236 0.14 0.67 0 0.07 287.77 0.81 0.62
Hex CC 4F EC E 43 0 7 120 51 3E
Octal 314 117 354 16 103 0 7 440 121 76
Binary 11001100 1001111 11101100 1110 1000011 0 111 100100000 1010001 111110

Color Harmonies of #CC4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FEC

Black with #CC4FEC

Text Example


Text Example

White with #CC4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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