Html Css Color HEX #CC4FE0 Medium Orchid

📋 copy color: '#CC4FE0'

red 204 ◦ green 79 ◦ blue 224

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

Shades of Medium Orchid #CC4FE0

Tints of Medium Orchid #CC4FE0

RGB

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

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

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

R = 40.24%
G = 15.58%
B = 44.18%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC4FE0 (or 0xCC4FE0) is known color: Medium Orchid. HEX triplet: CC, 4F and E0. RGB value is (204,79,224). Sum of RGB (Red+Green+Blue) = 204+79+224=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC4FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FE0 is #33B01F. Grayscale: #848484. Windows color (decimal): -3387424 or 14700492. OLE color: 14700492.

HSL color Cylindrical-coordinate representation of color #CC4FE0: hue angle of 291.72º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4FE0 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 79 224 -
CMYK 0.09 0.65 0 0.12
HSL 291.72º 0.7% 0.59% -
HSV(B) 291.72º 0.65% 0.88% -
XYZ 41.15 23.81 72.95 -
YUV 132.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 204 79 224 0.09 0.65 0 0.12 291.72 0.7 0.59
Hex CC 4F E0 9 41 0 C 124 46 3B
Octal 314 117 340 11 101 0 14 444 106 73
Binary 11001100 1001111 11100000 1001 1000001 0 1100 100100100 1000110 111011

Color Harmonies of #CC4FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FE0

Black with #CC4FE0

Text Example


Text Example

White with #CC4FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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