Html Css Color HEX #CC4FE1 Medium Orchid

📋 copy color: '#CC4FE1'

red 204 ◦ green 79 ◦ blue 225

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

Shades of Medium Orchid #CC4FE1

Tints of Medium Orchid #CC4FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.29%

R = 40.16%
G = 15.55%
B = 44.29%

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

#CC4FE1 (or 0xCC4FE1) is known color: Medium Orchid. HEX triplet: CC, 4F and E1. RGB value is (204,79,225). Sum of RGB (Red+Green+Blue) = 204+79+225=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC4FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FE1 is #33B01E. Grayscale: #848484. Windows color (decimal): -3387423 or 14766028. OLE color: 14766028.

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

Color convert

RGB 204 79 225 -
CMYK 0.09 0.65 0 0.12
HSL 291.37º 0.71% 0.6% -
HSV(B) 291.37º 0.65% 0.88% -
XYZ 41.29 23.87 73.66 -
YUV 133.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 204 79 225 0.09 0.65 0 0.12 291.37 0.71 0.6
Hex CC 4F E1 9 41 0 C 123 47 3C
Octal 314 117 341 11 101 0 14 443 107 74
Binary 11001100 1001111 11100001 1001 1000001 0 1100 100100011 1000111 111100

Color Harmonies of #CC4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FE1

Black with #CC4FE1

Text Example


Text Example

White with #CC4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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