Html Css Color HEX #C22BE0 Medium Orchid

📋 copy color: '#C22BE0'

red 194 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #C22BE0

Tints of Medium Orchid #C22BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.33%

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

R = 42.08%
G = 9.33%
B = 48.59%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C22BE0 (or 0xC22BE0) is known color: Medium Orchid. HEX triplet: C2, 2B and E0. RGB value is (194,43,224). Sum of RGB (Red+Green+Blue) = 194+43+224=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #C22BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BE0 is #3DD41F. Grayscale: #6C6C6C. Windows color (decimal): -4052000 or 14691266. OLE color: 14691266.

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

Color convert

RGB 194 43 224 -
CMYK 0.13 0.81 0 0.12
HSL 290.06º 0.74% 0.52% -
HSV(B) 290.06º 0.81% 0.88% -
XYZ 36.57 18.58 72.18 -
YUV 108.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 194 43 224 0.13 0.81 0 0.12 290.06 0.74 0.52
Hex C2 2B E0 D 51 0 C 122 4A 34
Octal 302 53 340 15 121 0 14 442 112 64
Binary 11000010 101011 11100000 1101 1010001 0 1100 100100010 1001010 110100

Color Harmonies of #C22BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22BE0

Black with #C22BE0

Text Example


Text Example

White with #C22BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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