Html Css Color HEX #CC32EB Medium Orchid

📋 copy color: '#CC32EB'

red 204 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #CC32EB

Tints of Medium Orchid #CC32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.22%

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

R = 41.72%
G = 10.22%
B = 48.06%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC32EB (or 0xCC32EB) is known color: Medium Orchid. HEX triplet: CC, 32 and EB. RGB value is (204,50,235). Sum of RGB (Red+Green+Blue) = 204+50+235=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32EB is #33CD14. Grayscale: #747474. Windows color (decimal): -3394837 or 15413964. OLE color: 15413964.

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

Color convert

RGB 204 50 235 -
CMYK 0.13 0.79 0 0.08
HSL 289.95º 0.82% 0.56% -
HSV(B) 289.95º 0.79% 0.92% -
XYZ 41.04 21.12 80.51 -
YUV 117.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 204 50 235 0.13 0.79 0 0.08 289.95 0.82 0.56
Hex CC 32 EB D 4F 0 8 122 52 38
Octal 314 62 353 15 117 0 10 442 122 70
Binary 11001100 110010 11101011 1101 1001111 0 1000 100100010 1010010 111000

Color Harmonies of #CC32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32EB

Black with #CC32EB

Text Example


Text Example

White with #CC32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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