Html Css Color HEX #C350DF Medium Orchid

📋 copy color: '#C350DF'

red 195 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C350DF

Tints of Medium Orchid #C350DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.06%

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

R = 39.16%
G = 16.06%
B = 44.78%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C350DF (or 0xC350DF) is known color: Medium Orchid. HEX triplet: C3, 50 and DF. RGB value is (195,80,223). Sum of RGB (Red+Green+Blue) = 195+80+223=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C350DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350DF is #3CAF20. Grayscale: #828282. Windows color (decimal): -3976993 or 14635203. OLE color: 14635203.

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

Color convert

RGB 195 80 223 -
CMYK 0.13 0.64 0 0.13
HSL 288.25º 0.69% 0.59% -
HSV(B) 288.25º 0.64% 0.87% -
XYZ 38.69 22.67 72.15 -
YUV 130.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 195 80 223 0.13 0.64 0 0.13 288.25 0.69 0.59
Hex C3 50 DF D 40 0 D 120 45 3B
Octal 303 120 337 15 100 0 15 440 105 73
Binary 11000011 1010000 11011111 1101 1000000 0 1101 100100000 1000101 111011

Color Harmonies of #C350DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350DF

Black with #C350DF

Text Example


Text Example

White with #C350DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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