Html Css Color HEX #C932DE Medium Orchid

📋 copy color: '#C932DE'

red 201 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #C932DE

Tints of Medium Orchid #C932DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 42.49%
G = 10.57%
B = 46.93%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C932DE (or 0xC932DE) is known color: Medium Orchid. HEX triplet: C9, 32 and DE. RGB value is (201,50,222). Sum of RGB (Red+Green+Blue) = 201+50+222=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #C932DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932DE is #36CD21. Grayscale: #727272. Windows color (decimal): -3591458 or 14561993. OLE color: 14561993.

HSL color Cylindrical-coordinate representation of color #C932DE: hue angle of 292.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C932DE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 50 222 -
CMYK 0.09 0.77 0 0.13
HSL 292.67º 0.72% 0.53% -
HSV(B) 292.67º 0.77% 0.87% -
XYZ 38.41 19.97 70.94 -
YUV 114.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 201 50 222 0.09 0.77 0 0.13 292.67 0.72 0.53
Hex C9 32 DE 9 4D 0 D 125 48 35
Octal 311 62 336 11 115 0 15 445 110 65
Binary 11001001 110010 11011110 1001 1001101 0 1101 100100101 1001000 110101

Color Harmonies of #C932DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932DE

Black with #C932DE

Text Example


Text Example

White with #C932DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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