Html Css Color HEX #C245EA Medium Orchid

📋 copy color: '#C245EA'

red 194 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #C245EA

Tints of Medium Orchid #C245EA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.88%

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

R = 39.03%
G = 13.88%
B = 47.08%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C245EA (or 0xC245EA) is known color: Medium Orchid. HEX triplet: C2, 45 and EA. RGB value is (194,69,234). Sum of RGB (Red+Green+Blue) = 194+69+234=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C245EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245EA is #3DBA15. Grayscale: #7C7C7C. Windows color (decimal): -4045334 or 15353282. OLE color: 15353282.

HSL color Cylindrical-coordinate representation of color #C245EA: hue angle of 285.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C245EA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 69 234 -
CMYK 0.17 0.71 0 0.08
HSL 285.45º 0.8% 0.59% -
HSV(B) 285.45º 0.71% 0.92% -
XYZ 39.23 21.67 79.96 -
YUV 125.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 194 69 234 0.17 0.71 0 0.08 285.45 0.8 0.59
Hex C2 45 EA 11 47 0 8 11D 50 3B
Octal 302 105 352 21 107 0 10 435 120 73
Binary 11000010 1000101 11101010 10001 1000111 0 1000 100011101 1010000 111011

Color Harmonies of #C245EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245EA

Black with #C245EA

Text Example


Text Example

White with #C245EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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