Html Css Color HEX #C932F3 Medium Orchid

📋 copy color: '#C932F3'

red 201 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #C932F3

Tints of Medium Orchid #C932F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 40.69%
G = 10.12%
B = 49.19%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C932F3 (or 0xC932F3) is known color: Medium Orchid. HEX triplet: C9, 32 and F3. RGB value is (201,50,243). Sum of RGB (Red+Green+Blue) = 201+50+243=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #C932F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932F3 is #36CD0C. Grayscale: #747474. Windows color (decimal): -3591437 or 15938249. OLE color: 15938249.

HSL color Cylindrical-coordinate representation of color #C932F3: hue angle of 286.94º degrees, saturation: 0.89, 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 #C932F3 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 50 243 -
CMYK 0.17 0.79 0 0.05
HSL 286.94º 0.89% 0.57% -
HSV(B) 286.94º 0.79% 0.95% -
XYZ 41.41 21.17 86.7 -
YUV 117.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 201 50 243 0.17 0.79 0 0.05 286.94 0.89 0.57
Hex C9 32 F3 11 4F 0 5 11F 59 39
Octal 311 62 363 21 117 0 5 437 131 71
Binary 11001001 110010 11110011 10001 1001111 0 101 100011111 1011001 111001

Color Harmonies of #C932F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932F3

Black with #C932F3

Text Example


Text Example

White with #C932F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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