Html Css Color HEX #CC3BEE Medium Orchid

📋 copy color: '#CC3BEE'

red 204 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #CC3BEE

Tints of Medium Orchid #CC3BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 40.72%
G = 11.78%
B = 47.5%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC3BEE (or 0xCC3BEE) is known color: Medium Orchid. HEX triplet: CC, 3B and EE. RGB value is (204,59,238). Sum of RGB (Red+Green+Blue) = 204+59+238=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BEE is #33C411. Grayscale: #7A7A7A. Windows color (decimal): -3392530 or 15612876. OLE color: 15612876.

HSL color Cylindrical-coordinate representation of color #CC3BEE: hue angle of 288.6º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3BEE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 59 238 -
CMYK 0.14 0.75 0 0.07
HSL 288.6º 0.84% 0.58% -
HSV(B) 288.6º 0.75% 0.93% -
XYZ 41.9 22.14 82.95 -
YUV 122.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 204 59 238 0.14 0.75 0 0.07 288.6 0.84 0.58
Hex CC 3B EE E 4B 0 7 121 54 3A
Octal 314 73 356 16 113 0 7 441 124 72
Binary 11001100 111011 11101110 1110 1001011 0 111 100100001 1010100 111010

Color Harmonies of #CC3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BEE

Black with #CC3BEE

Text Example


Text Example

White with #CC3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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