Html Css Color HEX #C331DE Medium Orchid

📋 copy color: '#C331DE'

red 195 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #C331DE

Tints of Medium Orchid #C331DE

RGB

 RED value IS 195 (76.56% from 255) = 41.85%

 GREEN value IS 49 (19.53% from 255) = 10.52%

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

R = 41.85%
G = 10.52%
B = 47.64%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C331DE (or 0xC331DE) is known color: Medium Orchid. HEX triplet: C3, 31 and DE. RGB value is (195,49,222). Sum of RGB (Red+Green+Blue) = 195+49+222=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #C331DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331DE is #3CCE21. Grayscale: #6F6F6F. Windows color (decimal): -3984930 or 14561731. OLE color: 14561731.

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

Color convert

RGB 195 49 222 -
CMYK 0.12 0.78 0 0.13
HSL 290.64º 0.72% 0.53% -
HSV(B) 290.64º 0.78% 0.87% -
XYZ 36.79 19.07 70.85 -
YUV 112.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 195 49 222 0.12 0.78 0 0.13 290.64 0.72 0.53
Hex C3 31 DE C 4E 0 D 123 48 35
Octal 303 61 336 14 116 0 15 443 110 65
Binary 11000011 110001 11011110 1100 1001110 0 1101 100100011 1001000 110101

Color Harmonies of #C331DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331DE

Black with #C331DE

Text Example


Text Example

White with #C331DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331DE; }

 p { color: rgb(195,49,222); }

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

background-color css

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

 a { background-color: rgb(195,49,222); }

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

border-color css

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

 span { border-color: rgb(195,49,222); }

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