Html Css Color HEX #C351FB Medium Orchid

📋 copy color: '#C351FB'

red 195 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #C351FB

Tints of Medium Orchid #C351FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 37%
G = 15.37%
B = 47.63%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C351FB (or 0xC351FB) is known color: Medium Orchid. HEX triplet: C3, 51 and FB. RGB value is (195,81,251). Sum of RGB (Red+Green+Blue) = 195+81+251=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C351FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351FB is #3CAE04. Grayscale: #858585. Windows color (decimal): -3976709 or 16470467. OLE color: 16470467.

HSL color Cylindrical-coordinate representation of color #C351FB: hue angle of 280.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C351FB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 81 251 -
CMYK 0.22 0.68 0 0.02
HSL 280.24º 0.96% 0.65% -
HSV(B) 280.24º 0.68% 0.98% -
XYZ 42.86 24.45 93.73 -
YUV 134.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 195 81 251 0.22 0.68 0 0.02 280.24 0.96 0.65
Hex C3 51 FB 16 44 0 2 118 60 41
Octal 303 121 373 26 104 0 2 430 140 101
Binary 11000011 1010001 11111011 10110 1000100 0 10 100011000 1100000 1000001

Color Harmonies of #C351FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351FB

Black with #C351FB

Text Example


Text Example

White with #C351FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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