Html Css Color HEX #CC4FEB Medium Orchid

📋 copy color: '#CC4FEB'

red 204 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #CC4FEB

Tints of Medium Orchid #CC4FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 39.38%
G = 15.25%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC4FEB (or 0xCC4FEB) is known color: Medium Orchid. HEX triplet: CC, 4F and EB. RGB value is (204,79,235). Sum of RGB (Red+Green+Blue) = 204+79+235=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FEB is #33B014. Grayscale: #858585. Windows color (decimal): -3387413 or 15421388. OLE color: 15421388.

HSL color Cylindrical-coordinate representation of color #CC4FEB: hue angle of 288.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4FEB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 79 235 -
CMYK 0.13 0.66 0 0.08
HSL 288.08º 0.8% 0.62% -
HSV(B) 288.08º 0.66% 0.92% -
XYZ 42.69 24.43 81.06 -
YUV 134.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 204 79 235 0.13 0.66 0 0.08 288.08 0.8 0.62
Hex CC 4F EB D 42 0 8 120 50 3E
Octal 314 117 353 15 102 0 10 440 120 76
Binary 11001100 1001111 11101011 1101 1000010 0 1000 100100000 1010000 111110

Color Harmonies of #CC4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FEB

Black with #CC4FEB

Text Example


Text Example

White with #CC4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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