Html Css Color HEX #C237DE Medium Orchid

📋 copy color: '#C237DE'

red 194 ◦ green 55 ◦ blue 222

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

Shades of Medium Orchid #C237DE

Tints of Medium Orchid #C237DE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.68%

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 41.19%
G = 11.68%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C237DE (or 0xC237DE) is known color: Medium Orchid. HEX triplet: C2, 37 and DE. RGB value is (194,55,222). Sum of RGB (Red+Green+Blue) = 194+55+222=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #C237DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237DE is #3DC821. Grayscale: #737373. Windows color (decimal): -4048930 or 14563266. OLE color: 14563266.

HSL color Cylindrical-coordinate representation of color #C237DE: hue angle of 289.94º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C237DE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 55 222 -
CMYK 0.13 0.75 0 0.13
HSL 289.94º 0.72% 0.54% -
HSV(B) 289.94º 0.75% 0.87% -
XYZ 36.8 19.48 70.93 -
YUV 115.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 194 55 222 0.13 0.75 0 0.13 289.94 0.72 0.54
Hex C2 37 DE D 4B 0 D 122 48 36
Octal 302 67 336 15 113 0 15 442 110 66
Binary 11000010 110111 11011110 1101 1001011 0 1101 100100010 1001000 110110

Color Harmonies of #C237DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237DE

Black with #C237DE

Text Example


Text Example

White with #C237DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237DE; }

 p { color: rgb(194,55,222); }

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

background-color css

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

 a { background-color: rgb(194,55,222); }

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

border-color css

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

 span { border-color: rgb(194,55,222); }

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