Html Css Color HEX #C331DC Medium Orchid

📋 copy color: '#C331DC'

red 195 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C331DC

Tints of Medium Orchid #C331DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 42.03%
G = 10.56%
B = 47.41%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C331DC (or 0xC331DC) is known color: Medium Orchid. HEX triplet: C3, 31 and DC. RGB value is (195,49,220). Sum of RGB (Red+Green+Blue) = 195+49+220=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C331DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331DC is #3CCE23. Grayscale: #6F6F6F. Windows color (decimal): -3984932 or 14430659. OLE color: 14430659.

HSL color Cylindrical-coordinate representation of color #C331DC: hue angle of 291.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C331DC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 49 220 -
CMYK 0.11 0.78 0 0.14
HSL 291.23º 0.71% 0.53% -
HSV(B) 291.23º 0.78% 0.86% -
XYZ 36.52 18.97 69.45 -
YUV 112.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 195 49 220 0.11 0.78 0 0.14 291.23 0.71 0.53
Hex C3 31 DC B 4E 0 E 123 47 35
Octal 303 61 334 13 116 0 16 443 107 65
Binary 11000011 110001 11011100 1011 1001110 0 1110 100100011 1000111 110101

Color Harmonies of #C331DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331DC

Black with #C331DC

Text Example


Text Example

White with #C331DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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