Html Css Color HEX #CC4EF8 Medium Orchid

📋 copy color: '#CC4EF8'

red 204 ◦ green 78 ◦ blue 248

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

Shades of Medium Orchid #CC4EF8

Tints of Medium Orchid #CC4EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.79%

R = 38.49%
G = 14.72%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC4EF8 (or 0xCC4EF8) is known color: Medium Orchid. HEX triplet: CC, 4E and F8. RGB value is (204,78,248). Sum of RGB (Red+Green+Blue) = 204+78+248=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC4EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EF8 is #33B107. Grayscale: #868686. Windows color (decimal): -3387656 or 16273100. OLE color: 16273100.

HSL color Cylindrical-coordinate representation of color #CC4EF8: hue angle of 284.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4EF8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 78 248 -
CMYK 0.18 0.69 0 0.03
HSL 284.47º 0.92% 0.64% -
HSV(B) 284.47º 0.69% 0.97% -
XYZ 44.57 25.06 91.3 -
YUV 135.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 204 78 248 0.18 0.69 0 0.03 284.47 0.92 0.64
Hex CC 4E F8 12 45 0 3 11C 5C 40
Octal 314 116 370 22 105 0 3 434 134 100
Binary 11001100 1001110 11111000 10010 1000101 0 11 100011100 1011100 1000000

Color Harmonies of #CC4EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EF8

Black with #CC4EF8

Text Example


Text Example

White with #CC4EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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