Html Css Color HEX #C350FE Medium Orchid

📋 copy color: '#C350FE'

red 195 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #C350FE

Tints of Medium Orchid #C350FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 36.86%
G = 15.12%
B = 48.02%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C350FE (or 0xC350FE) is known color: Medium Orchid. HEX triplet: C3, 50 and FE. RGB value is (195,80,254). Sum of RGB (Red+Green+Blue) = 195+80+254=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C350FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350FE is #3CAF01. Grayscale: #858585. Windows color (decimal): -3976962 or 16666819. OLE color: 16666819.

HSL color Cylindrical-coordinate representation of color #C350FE: hue angle of 279.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C350FE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 80 254 -
CMYK 0.23 0.69 0 0.00
HSL 279.66º 0.99% 0.65% -
HSV(B) 279.66º 0.69% 1% -
XYZ 43.26 24.5 96.21 -
YUV 134.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 195 80 254 0.23 0.69 0 0.00 279.66 0.99 0.65
Hex C3 50 FE 17 45 0 0 118 63 41
Octal 303 120 376 27 105 0 0 430 143 101
Binary 11000011 1010000 11111110 10111 1000101 0 0 100011000 1100011 1000001

Color Harmonies of #C350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350FE

Black with #C350FE

Text Example


Text Example

White with #C350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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