Html Css Color HEX #C228E0 Medium Orchid

📋 copy color: '#C228E0'

red 194 ◦ green 40 ◦ blue 224

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

Shades of Medium Orchid #C228E0

Tints of Medium Orchid #C228E0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 42.36%
G = 8.73%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C228E0 (or 0xC228E0) is known color: Medium Orchid. HEX triplet: C2, 28 and E0. RGB value is (194,40,224). Sum of RGB (Red+Green+Blue) = 194+40+224=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #C228E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228E0 is #3DD71F. Grayscale: #6A6A6A. Windows color (decimal): -4052768 or 14690498. OLE color: 14690498.

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

Color convert

RGB 194 40 224 -
CMYK 0.13 0.82 0 0.12
HSL 290.22º 0.75% 0.52% -
HSV(B) 290.22º 0.82% 0.88% -
XYZ 36.46 18.37 72.14 -
YUV 107.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 194 40 224 0.13 0.82 0 0.12 290.22 0.75 0.52
Hex C2 28 E0 D 52 0 C 122 4B 34
Octal 302 50 340 15 122 0 14 442 113 64
Binary 11000010 101000 11100000 1101 1010010 0 1100 100100010 1001011 110100

Color Harmonies of #C228E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228E0

Black with #C228E0

Text Example


Text Example

White with #C228E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228E0; }

 p { color: rgb(194,40,224); }

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

background-color css

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

 a { background-color: rgb(194,40,224); }

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

border-color css

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

 span { border-color: rgb(194,40,224); }

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