Html Css Color HEX #CC32F2 Medium Orchid

📋 copy color: '#CC32F2'

red 204 ◦ green 50 ◦ blue 242

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

Shades of Medium Orchid #CC32F2

Tints of Medium Orchid #CC32F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 41.13%
G = 10.08%
B = 48.79%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC32F2 (or 0xCC32F2) is known color: Medium Orchid. HEX triplet: CC, 32 and F2. RGB value is (204,50,242). Sum of RGB (Red+Green+Blue) = 204+50+242=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32F2 is #33CD0D. Grayscale: #757575. Windows color (decimal): -3394830 or 15872716. OLE color: 15872716.

HSL color Cylindrical-coordinate representation of color #CC32F2: hue angle of 288.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32F2 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 50 242 -
CMYK 0.16 0.79 0 0.05
HSL 288.13º 0.88% 0.57% -
HSV(B) 288.13º 0.79% 0.95% -
XYZ 42.07 21.53 85.94 -
YUV 117.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 204 50 242 0.16 0.79 0 0.05 288.13 0.88 0.57
Hex CC 32 F2 10 4F 0 5 120 58 39
Octal 314 62 362 20 117 0 5 440 130 71
Binary 11001100 110010 11110010 10000 1001111 0 101 100100000 1011000 111001

Color Harmonies of #CC32F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32F2

Black with #CC32F2

Text Example


Text Example

White with #CC32F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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