Html Css Color HEX #C736FA Medium Orchid

📋 copy color: '#C736FA'

red 199 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #C736FA

Tints of Medium Orchid #C736FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.74%

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

R = 39.56%
G = 10.74%
B = 49.7%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C736FA (or 0xC736FA) is known color: Medium Orchid. HEX triplet: C7, 36 and FA. RGB value is (199,54,250). Sum of RGB (Red+Green+Blue) = 199+54+250=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C736FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C736FA is #38C905. Grayscale: #777777. Windows color (decimal): -3721478 or 16398023. OLE color: 16398023.

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

Color convert

RGB 199 54 250 -
CMYK 0.20 0.78 0 0.02
HSL 284.39º 0.95% 0.6% -
HSV(B) 284.39º 0.78% 0.98% -
XYZ 42.13 21.68 92.41 -
YUV 119.7 201.54 184.56 -
System Red Green Blue C M Y K H S L
Decimal 199 54 250 0.20 0.78 0 0.02 284.39 0.95 0.6
Hex C7 36 FA 14 4E 0 2 11C 5F 3C
Octal 307 66 372 24 116 0 2 434 137 74
Binary 11000111 110110 11111010 10100 1001110 0 10 100011100 1011111 111100

Color Harmonies of #C736FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C736FA

Black with #C736FA

Text Example


Text Example

White with #C736FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C736FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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