Html Css Color HEX #C947EB Medium Orchid

📋 copy color: '#C947EB'

red 201 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #C947EB

Tints of Medium Orchid #C947EB

RGB

 RED value IS 201 (78.91% from 255) = 39.64%

 GREEN value IS 71 (28.13% from 255) = 14%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 39.64%
G = 14%
B = 46.35%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C947EB (or 0xC947EB) is known color: Medium Orchid. HEX triplet: C9, 47 and EB. RGB value is (201,71,235). Sum of RGB (Red+Green+Blue) = 201+71+235=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C947EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947EB is #36B814. Grayscale: #808080. Windows color (decimal): -3586069 or 15419337. OLE color: 15419337.

HSL color Cylindrical-coordinate representation of color #C947EB: hue angle of 287.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C947EB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 71 235 -
CMYK 0.14 0.70 0 0.08
HSL 287.56º 0.8% 0.6% -
HSV(B) 287.56º 0.7% 0.92% -
XYZ 41.34 22.92 80.84 -
YUV 128.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 201 71 235 0.14 0.70 0 0.08 287.56 0.8 0.6
Hex C9 47 EB E 46 0 8 120 50 3C
Octal 311 107 353 16 106 0 10 440 120 74
Binary 11001001 1000111 11101011 1110 1000110 0 1000 100100000 1010000 111100

Color Harmonies of #C947EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947EB

Black with #C947EB

Text Example


Text Example

White with #C947EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947EB; }

 p { color: rgb(201,71,235); }

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

background-color css

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

 a { background-color: rgb(201,71,235); }

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

border-color css

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

 span { border-color: rgb(201,71,235); }

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