Html Css Color HEX #C245EB Medium Orchid

📋 copy color: '#C245EB'

red 194 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #C245EB

Tints of Medium Orchid #C245EB

RGB

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

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

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

R = 38.96%
G = 13.86%
B = 47.19%

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

#C245EB (or 0xC245EB) is known color: Medium Orchid. HEX triplet: C2, 45 and EB. RGB value is (194,69,235). Sum of RGB (Red+Green+Blue) = 194+69+235=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C245EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245EB is #3DBA14. Grayscale: #7C7C7C. Windows color (decimal): -4045333 or 15418818. OLE color: 15418818.

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

Color convert

RGB 194 69 235 -
CMYK 0.17 0.71 0 0.08
HSL 285.18º 0.81% 0.6% -
HSV(B) 285.18º 0.71% 0.92% -
XYZ 39.37 21.72 80.72 -
YUV 125.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 194 69 235 0.17 0.71 0 0.08 285.18 0.81 0.6
Hex C2 45 EB 11 47 0 8 11D 51 3C
Octal 302 105 353 21 107 0 10 435 121 74
Binary 11000010 1000101 11101011 10001 1000111 0 1000 100011101 1010001 111100

Color Harmonies of #C245EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245EB

Black with #C245EB

Text Example


Text Example

White with #C245EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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