Html Css Color HEX #C332DF Medium Orchid

📋 copy color: '#C332DF'

red 195 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #C332DF

Tints of Medium Orchid #C332DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 41.67%
G = 10.68%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C332DF (or 0xC332DF) is known color: Medium Orchid. HEX triplet: C3, 32 and DF. RGB value is (195,50,223). Sum of RGB (Red+Green+Blue) = 195+50+223=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C332DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332DF is #3CCD20. Grayscale: #707070. Windows color (decimal): -3984673 or 14627523. OLE color: 14627523.

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

Color convert

RGB 195 50 223 -
CMYK 0.13 0.78 0 0.13
HSL 290.29º 0.73% 0.54% -
HSV(B) 290.29º 0.78% 0.87% -
XYZ 36.97 19.21 71.57 -
YUV 113.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 195 50 223 0.13 0.78 0 0.13 290.29 0.73 0.54
Hex C3 32 DF D 4E 0 D 122 49 36
Octal 303 62 337 15 116 0 15 442 111 66
Binary 11000011 110010 11011111 1101 1001110 0 1101 100100010 1001001 110110

Color Harmonies of #C332DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332DF

Black with #C332DF

Text Example


Text Example

White with #C332DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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