Html Css Color HEX #C746FA Medium Orchid

📋 copy color: '#C746FA'

red 199 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C746FA

Tints of Medium Orchid #C746FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 38.34%
G = 13.49%
B = 48.17%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C746FA (or 0xC746FA) is known color: Medium Orchid. HEX triplet: C7, 46 and FA. RGB value is (199,70,250). Sum of RGB (Red+Green+Blue) = 199+70+250=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #C746FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746FA is #38B905. Grayscale: #808080. Windows color (decimal): -3717382 or 16402119. OLE color: 16402119.

HSL color Cylindrical-coordinate representation of color #C746FA: hue angle of 283º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C746FA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 70 250 -
CMYK 0.20 0.72 0 0.02
HSL 283º 0.95% 0.63% -
HSV(B) 283º 0.72% 0.98% -
XYZ 43 23.42 92.7 -
YUV 129.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 199 70 250 0.20 0.72 0 0.02 283 0.95 0.63
Hex C7 46 FA 14 48 0 2 11B 5F 3F
Octal 307 106 372 24 110 0 2 433 137 77
Binary 11000111 1000110 11111010 10100 1001000 0 10 100011011 1011111 111111

Color Harmonies of #C746FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746FA

Black with #C746FA

Text Example


Text Example

White with #C746FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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