Html Css Color HEX #CC3BEB Medium Orchid

📋 copy color: '#CC3BEB'

red 204 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #CC3BEB

Tints of Medium Orchid #CC3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.85%

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

R = 40.96%
G = 11.85%
B = 47.19%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC3BEB (or 0xCC3BEB) is known color: Medium Orchid. HEX triplet: CC, 3B and EB. RGB value is (204,59,235). Sum of RGB (Red+Green+Blue) = 204+59+235=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BEB is #33C414. Grayscale: #797979. Windows color (decimal): -3392533 or 15416268. OLE color: 15416268.

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

Color convert

RGB 204 59 235 -
CMYK 0.13 0.75 0 0.08
HSL 289.43º 0.81% 0.58% -
HSV(B) 289.43º 0.75% 0.92% -
XYZ 41.46 21.96 80.65 -
YUV 122.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 204 59 235 0.13 0.75 0 0.08 289.43 0.81 0.58
Hex CC 3B EB D 4B 0 8 121 51 3A
Octal 314 73 353 15 113 0 10 441 121 72
Binary 11001100 111011 11101011 1101 1001011 0 1000 100100001 1010001 111010

Color Harmonies of #CC3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BEB

Black with #CC3BEB

Text Example


Text Example

White with #CC3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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