Html Css Color HEX #C229DE Medium Orchid

📋 copy color: '#C229DE'

red 194 ◦ green 41 ◦ blue 222

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

Shades of Medium Orchid #C229DE

Tints of Medium Orchid #C229DE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.97%

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

R = 42.45%
G = 8.97%
B = 48.58%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C229DE (or 0xC229DE) is known color: Medium Orchid. HEX triplet: C2, 29 and DE. RGB value is (194,41,222). Sum of RGB (Red+Green+Blue) = 194+41+222=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #C229DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229DE is #3DD621. Grayscale: #6A6A6A. Windows color (decimal): -4052514 or 14559682. OLE color: 14559682.

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

Color convert

RGB 194 41 222 -
CMYK 0.13 0.82 0 0.13
HSL 290.72º 0.73% 0.52% -
HSV(B) 290.72º 0.82% 0.87% -
XYZ 36.23 18.33 70.74 -
YUV 107.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 194 41 222 0.13 0.82 0 0.13 290.72 0.73 0.52
Hex C2 29 DE D 52 0 D 123 49 34
Octal 302 51 336 15 122 0 15 443 111 64
Binary 11000010 101001 11011110 1101 1010010 0 1101 100100011 1001001 110100

Color Harmonies of #C229DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229DE

Black with #C229DE

Text Example


Text Example

White with #C229DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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