Html Css Color HEX #C351CE Medium Orchid

📋 copy color: '#C351CE'

red 195 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #C351CE

Tints of Medium Orchid #C351CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 40.46%
G = 16.8%
B = 42.74%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C351CE (or 0xC351CE) is known color: Medium Orchid. HEX triplet: C3, 51 and CE. RGB value is (195,81,206). Sum of RGB (Red+Green+Blue) = 195+81+206=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C351CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351CE is #3CAE31. Grayscale: #808080. Windows color (decimal): -3976754 or 13521347. OLE color: 13521347.

HSL color Cylindrical-coordinate representation of color #C351CE: hue angle of 294.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C351CE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 81 206 -
CMYK 0.05 0.61 0 0.19
HSL 294.72º 0.56% 0.56% -
HSV(B) 294.72º 0.61% 0.81% -
XYZ 36.59 21.94 60.7 -
YUV 129.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 195 81 206 0.05 0.61 0 0.19 294.72 0.56 0.56
Hex C3 51 CE 5 3D 0 13 127 38 38
Octal 303 121 316 5 75 0 23 447 70 70
Binary 11000011 1010001 11001110 101 111101 0 10011 100100111 111000 111000

Color Harmonies of #C351CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351CE

Black with #C351CE

Text Example


Text Example

White with #C351CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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