Html Css Color HEX #C247EA Medium Orchid

📋 copy color: '#C247EA'

red 194 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #C247EA

Tints of Medium Orchid #C247EA

RGB

 RED value IS 194 (76.17% from 255) = 38.88%

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

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

R = 38.88%
G = 14.23%
B = 46.89%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C247EA (or 0xC247EA) is known color: Medium Orchid. HEX triplet: C2, 47 and EA. RGB value is (194,71,234). Sum of RGB (Red+Green+Blue) = 194+71+234=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C247EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247EA is #3DB815. Grayscale: #7D7D7D. Windows color (decimal): -4044822 or 15353794. OLE color: 15353794.

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

Color convert

RGB 194 71 234 -
CMYK 0.17 0.70 0 0.08
HSL 285.28º 0.8% 0.6% -
HSV(B) 285.28º 0.7% 0.92% -
XYZ 39.35 21.92 80 -
YUV 126.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 194 71 234 0.17 0.70 0 0.08 285.28 0.8 0.6
Hex C2 47 EA 11 46 0 8 11D 50 3C
Octal 302 107 352 21 106 0 10 435 120 74
Binary 11000010 1000111 11101010 10001 1000110 0 1000 100011101 1010000 111100

Color Harmonies of #C247EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247EA

Black with #C247EA

Text Example


Text Example

White with #C247EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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