Html Css Color HEX #C350EF Medium Orchid

📋 copy color: '#C350EF'

red 195 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C350EF

Tints of Medium Orchid #C350EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 37.94%
G = 15.56%
B = 46.5%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C350EF (or 0xC350EF) is known color: Medium Orchid. HEX triplet: C3, 50 and EF. RGB value is (195,80,239). Sum of RGB (Red+Green+Blue) = 195+80+239=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C350EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350EF is #3CAF10. Grayscale: #838383. Windows color (decimal): -3976977 or 15683779. OLE color: 15683779.

HSL color Cylindrical-coordinate representation of color #C350EF: hue angle of 283.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C350EF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 80 239 -
CMYK 0.18 0.67 0 0.06
HSL 283.4º 0.83% 0.63% -
HSV(B) 283.4º 0.67% 0.94% -
XYZ 40.95 23.57 84.05 -
YUV 132.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 195 80 239 0.18 0.67 0 0.06 283.4 0.83 0.63
Hex C3 50 EF 12 43 0 6 11B 53 3F
Octal 303 120 357 22 103 0 6 433 123 77
Binary 11000011 1010000 11101111 10010 1000011 0 110 100011011 1010011 111111

Color Harmonies of #C350EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350EF

Black with #C350EF

Text Example


Text Example

White with #C350EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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