Html Css Color HEX #C947EA Medium Orchid

📋 copy color: '#C947EA'

red 201 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #C947EA

Tints of Medium Orchid #C947EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 39.72%
G = 14.03%
B = 46.25%

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

#C947EA (or 0xC947EA) is known color: Medium Orchid. HEX triplet: C9, 47 and EA. RGB value is (201,71,234). Sum of RGB (Red+Green+Blue) = 201+71+234=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C947EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947EA is #36B815. Grayscale: #7F7F7F. Windows color (decimal): -3586070 or 15353801. OLE color: 15353801.

HSL color Cylindrical-coordinate representation of color #C947EA: hue angle of 287.85º 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 #C947EA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 71 234 -
CMYK 0.14 0.70 0 0.08
HSL 287.85º 0.8% 0.6% -
HSV(B) 287.85º 0.7% 0.92% -
XYZ 41.19 22.86 80.08 -
YUV 128.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 201 71 234 0.14 0.70 0 0.08 287.85 0.8 0.6
Hex C9 47 EA E 46 0 8 120 50 3C
Octal 311 107 352 16 106 0 10 440 120 74
Binary 11001001 1000111 11101010 1110 1000110 0 1000 100100000 1010000 111100

Color Harmonies of #C947EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947EA

Black with #C947EA

Text Example


Text Example

White with #C947EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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