Html Css Color HEX #C351DE Medium Orchid

📋 copy color: '#C351DE'

red 195 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #C351DE

Tints of Medium Orchid #C351DE

RGB

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

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

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

R = 39.16%
G = 16.27%
B = 44.58%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C351DE (or 0xC351DE) is known color: Medium Orchid. HEX triplet: C3, 51 and DE. RGB value is (195,81,222). Sum of RGB (Red+Green+Blue) = 195+81+222=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C351DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351DE is #3CAE21. Grayscale: #828282. Windows color (decimal): -3976738 or 14569923. OLE color: 14569923.

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

Color convert

RGB 195 81 222 -
CMYK 0.12 0.64 0 0.13
HSL 288.51º 0.68% 0.59% -
HSV(B) 288.51º 0.64% 0.87% -
XYZ 38.63 22.76 71.46 -
YUV 131.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 195 81 222 0.12 0.64 0 0.13 288.51 0.68 0.59
Hex C3 51 DE C 40 0 D 121 44 3B
Octal 303 121 336 14 100 0 15 441 104 73
Binary 11000011 1010001 11011110 1100 1000000 0 1101 100100001 1000100 111011

Color Harmonies of #C351DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351DE

Black with #C351DE

Text Example


Text Example

White with #C351DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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