Html Css Color HEX #C229E5 Medium Orchid

📋 copy color: '#C229E5'

red 194 ◦ green 41 ◦ blue 229

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

Shades of Medium Orchid #C229E5

Tints of Medium Orchid #C229E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.35%

R = 41.81%
G = 8.84%
B = 49.35%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C229E5 (or 0xC229E5) is known color: Medium Orchid. HEX triplet: C2, 29 and E5. RGB value is (194,41,229). Sum of RGB (Red+Green+Blue) = 194+41+229=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #C229E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229E5 is #3DD61A. Grayscale: #6B6B6B. Windows color (decimal): -4052507 or 15018434. OLE color: 15018434.

HSL color Cylindrical-coordinate representation of color #C229E5: hue angle of 288.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C229E5 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 41 229 -
CMYK 0.15 0.82 0 0.10
HSL 288.83º 0.78% 0.53% -
HSV(B) 288.83º 0.82% 0.9% -
XYZ 37.18 18.71 75.78 -
YUV 108.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 194 41 229 0.15 0.82 0 0.10 288.83 0.78 0.53
Hex C2 29 E5 F 52 0 A 121 4E 35
Octal 302 51 345 17 122 0 12 441 116 65
Binary 11000010 101001 11100101 1111 1010010 0 1010 100100001 1001110 110101

Color Harmonies of #C229E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229E5

Black with #C229E5

Text Example


Text Example

White with #C229E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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