Html Css Color HEX #C332DE Medium Orchid

📋 copy color: '#C332DE'

red 195 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #C332DE

Tints of Medium Orchid #C332DE

RGB

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

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

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

R = 41.76%
G = 10.71%
B = 47.54%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C332DE (or 0xC332DE) is known color: Medium Orchid. HEX triplet: C3, 32 and DE. RGB value is (195,50,222). Sum of RGB (Red+Green+Blue) = 195+50+222=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #C332DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332DE is #3CCD21. Grayscale: #707070. Windows color (decimal): -3984674 or 14561987. OLE color: 14561987.

HSL color Cylindrical-coordinate representation of color #C332DE: hue angle of 290.58º 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 #C332DE is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 50 222 -
CMYK 0.12 0.77 0 0.13
HSL 290.58º 0.72% 0.53% -
HSV(B) 290.58º 0.77% 0.87% -
XYZ 36.83 19.16 70.86 -
YUV 112.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 195 50 222 0.12 0.77 0 0.13 290.58 0.72 0.53
Hex C3 32 DE C 4D 0 D 123 48 35
Octal 303 62 336 14 115 0 15 443 110 65
Binary 11000011 110010 11011110 1100 1001101 0 1101 100100011 1001000 110101

Color Harmonies of #C332DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332DE

Black with #C332DE

Text Example


Text Example

White with #C332DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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