Html Css Color HEX #C932EA Medium Orchid

📋 copy color: '#C932EA'

red 201 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #C932EA

Tints of Medium Orchid #C932EA

RGB

 RED value IS 201 (78.91% from 255) = 41.44%

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 41.44%
G = 10.31%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C932EA (or 0xC932EA) is known color: Medium Orchid. HEX triplet: C9, 32 and EA. RGB value is (201,50,234). Sum of RGB (Red+Green+Blue) = 201+50+234=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C932EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932EA is #36CD15. Grayscale: #737373. Windows color (decimal): -3591446 or 15348425. OLE color: 15348425.

HSL color Cylindrical-coordinate representation of color #C932EA: hue angle of 289.24º degrees, saturation: 0.81, 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 #C932EA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 50 234 -
CMYK 0.14 0.79 0 0.08
HSL 289.24º 0.81% 0.56% -
HSV(B) 289.24º 0.79% 0.92% -
XYZ 40.08 20.64 79.71 -
YUV 116.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 201 50 234 0.14 0.79 0 0.08 289.24 0.81 0.56
Hex C9 32 EA E 4F 0 8 121 51 38
Octal 311 62 352 16 117 0 10 441 121 70
Binary 11001001 110010 11101010 1110 1001111 0 1000 100100001 1010001 111000

Color Harmonies of #C932EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932EA

Black with #C932EA

Text Example


Text Example

White with #C932EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932EA; }

 p { color: rgb(201,50,234); }

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

background-color css

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

 a { background-color: rgb(201,50,234); }

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

border-color css

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

 span { border-color: rgb(201,50,234); }

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