Html Css Color HEX #C22CEB Medium Orchid

📋 copy color: '#C22CEB'

red 194 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #C22CEB

Tints of Medium Orchid #C22CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.3%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 41.01%
G = 9.3%
B = 49.68%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C22CEB (or 0xC22CEB) is known color: Medium Orchid. HEX triplet: C2, 2C and EB. RGB value is (194,44,235). Sum of RGB (Red+Green+Blue) = 194+44+235=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C22CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CEB is #3DD314. Grayscale: #6E6E6E. Windows color (decimal): -4051733 or 15412418. OLE color: 15412418.

HSL color Cylindrical-coordinate representation of color #C22CEB: hue angle of 287.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22CEB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 44 235 -
CMYK 0.17 0.81 0 0.08
HSL 287.12º 0.83% 0.55% -
HSV(B) 287.12º 0.81% 0.92% -
XYZ 38.14 19.27 80.31 -
YUV 110.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 194 44 235 0.17 0.81 0 0.08 287.12 0.83 0.55
Hex C2 2C EB 11 51 0 8 11F 53 37
Octal 302 54 353 21 121 0 10 437 123 67
Binary 11000010 101100 11101011 10001 1010001 0 1000 100011111 1010011 110111

Color Harmonies of #C22CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CEB

Black with #C22CEB

Text Example


Text Example

White with #C22CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CEB; }

 p { color: rgb(194,44,235); }

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

background-color css

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

 a { background-color: rgb(194,44,235); }

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

border-color css

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

 span { border-color: rgb(194,44,235); }

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