Html Css Color HEX #CC4CEB Medium Orchid

📋 copy color: '#CC4CEB'

red 204 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #CC4CEB

Tints of Medium Orchid #CC4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.76%

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

R = 39.61%
G = 14.76%
B = 45.63%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC4CEB (or 0xCC4CEB) is known color: Medium Orchid. HEX triplet: CC, 4C and EB. RGB value is (204,76,235). Sum of RGB (Red+Green+Blue) = 204+76+235=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CEB is #33B314. Grayscale: #838383. Windows color (decimal): -3388181 or 15420620. OLE color: 15420620.

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

Color convert

RGB 204 76 235 -
CMYK 0.13 0.68 0 0.08
HSL 288.3º 0.8% 0.61% -
HSV(B) 288.3º 0.68% 0.92% -
XYZ 42.48 24 80.99 -
YUV 132.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 204 76 235 0.13 0.68 0 0.08 288.3 0.8 0.61
Hex CC 4C EB D 44 0 8 120 50 3D
Octal 314 114 353 15 104 0 10 440 120 75
Binary 11001100 1001100 11101011 1101 1000100 0 1000 100100000 1010000 111101

Color Harmonies of #CC4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CEB

Black with #CC4CEB

Text Example


Text Example

White with #CC4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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