Html Css Color HEX #CC4EF1 Medium Orchid

📋 copy color: '#CC4EF1'

red 204 ◦ green 78 ◦ blue 241

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

Shades of Medium Orchid #CC4EF1

Tints of Medium Orchid #CC4EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 39.01%
G = 14.91%
B = 46.08%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC4EF1 (or 0xCC4EF1) is known color: Medium Orchid. HEX triplet: CC, 4E and F1. RGB value is (204,78,241). Sum of RGB (Red+Green+Blue) = 204+78+241=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EF1 is #33B10E. Grayscale: #858585. Windows color (decimal): -3387663 or 15814348. OLE color: 15814348.

HSL color Cylindrical-coordinate representation of color #CC4EF1: hue angle of 286.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4EF1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 78 241 -
CMYK 0.15 0.68 0 0.05
HSL 286.38º 0.85% 0.63% -
HSV(B) 286.38º 0.68% 0.95% -
XYZ 43.5 24.64 85.68 -
YUV 134.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 204 78 241 0.15 0.68 0 0.05 286.38 0.85 0.63
Hex CC 4E F1 F 44 0 5 11E 55 3F
Octal 314 116 361 17 104 0 5 436 125 77
Binary 11001100 1001110 11110001 1111 1000100 0 101 100011110 1010101 111111

Color Harmonies of #CC4EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EF1

Black with #CC4EF1

Text Example


Text Example

White with #CC4EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EF1; }

 p { color: rgb(204,78,241); }

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

background-color css

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

 a { background-color: rgb(204,78,241); }

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

border-color css

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

 span { border-color: rgb(204,78,241); }

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