Html Css Color HEX #C746FE Medium Orchid

📋 copy color: '#C746FE'

red 199 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #C746FE

Tints of Medium Orchid #C746FE

RGB

 RED value IS 199 (78.13% from 255) = 38.05%

 GREEN value IS 70 (27.73% from 255) = 13.38%

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

R = 38.05%
G = 13.38%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C746FE (or 0xC746FE) is known color: Medium Orchid. HEX triplet: C7, 46 and FE. RGB value is (199,70,254). Sum of RGB (Red+Green+Blue) = 199+70+254=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C746FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746FE is #38B901. Grayscale: #808080. Windows color (decimal): -3717378 or 16664263. OLE color: 16664263.

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

Color convert

RGB 199 70 254 -
CMYK 0.22 0.72 0 0.00
HSL 282.07º 0.99% 0.64% -
HSV(B) 282.07º 0.72% 1% -
XYZ 43.63 23.68 96.04 -
YUV 129.55 198.24 177.54 -
System Red Green Blue C M Y K H S L
Decimal 199 70 254 0.22 0.72 0 0.00 282.07 0.99 0.64
Hex C7 46 FE 16 48 0 0 11A 63 40
Octal 307 106 376 26 110 0 0 432 143 100
Binary 11000111 1000110 11111110 10110 1001000 0 0 100011010 1100011 1000000

Color Harmonies of #C746FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746FE

Black with #C746FE

Text Example


Text Example

White with #C746FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746FE; }

 p { color: rgb(199,70,254); }

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

background-color css

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

 a { background-color: rgb(199,70,254); }

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

border-color css

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

 span { border-color: rgb(199,70,254); }

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