Html Css Color HEX #C351DC Medium Orchid

📋 copy color: '#C351DC'

red 195 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #C351DC

Tints of Medium Orchid #C351DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

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

R = 39.31%
G = 16.33%
B = 44.35%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C351DC (or 0xC351DC) is known color: Medium Orchid. HEX triplet: C3, 51 and DC. RGB value is (195,81,220). Sum of RGB (Red+Green+Blue) = 195+81+220=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C351DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351DC is #3CAE23. Grayscale: #828282. Windows color (decimal): -3976740 or 14438851. OLE color: 14438851.

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

Color convert

RGB 195 81 220 -
CMYK 0.11 0.63 0 0.14
HSL 289.21º 0.67% 0.59% -
HSV(B) 289.21º 0.63% 0.86% -
XYZ 38.37 22.65 70.06 -
YUV 130.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 195 81 220 0.11 0.63 0 0.14 289.21 0.67 0.59
Hex C3 51 DC B 3F 0 E 121 43 3B
Octal 303 121 334 13 77 0 16 441 103 73
Binary 11000011 1010001 11011100 1011 111111 0 1110 100100001 1000011 111011

Color Harmonies of #C351DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351DC

Black with #C351DC

Text Example


Text Example

White with #C351DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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