Html Css Color HEX #C22FDB Medium Orchid

📋 copy color: '#C22FDB'

red 194 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #C22FDB

Tints of Medium Orchid #C22FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.22%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 42.17%
G = 10.22%
B = 47.61%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C22FDB (or 0xC22FDB) is known color: Medium Orchid. HEX triplet: C2, 2F and DB. RGB value is (194,47,219). Sum of RGB (Red+Green+Blue) = 194+47+219=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FDB is #3DD024. Grayscale: #6E6E6E. Windows color (decimal): -4050981 or 14364610. OLE color: 14364610.

HSL color Cylindrical-coordinate representation of color #C22FDB: hue angle of 291.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22FDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 47 219 -
CMYK 0.11 0.79 0 0.14
HSL 291.28º 0.7% 0.52% -
HSV(B) 291.28º 0.79% 0.86% -
XYZ 36.05 18.62 68.71 -
YUV 110.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 194 47 219 0.11 0.79 0 0.14 291.28 0.7 0.52
Hex C2 2F DB B 4F 0 E 123 46 34
Octal 302 57 333 13 117 0 16 443 106 64
Binary 11000010 101111 11011011 1011 1001111 0 1110 100100011 1000110 110100

Color Harmonies of #C22FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FDB

Black with #C22FDB

Text Example


Text Example

White with #C22FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FDB; }

 p { color: rgb(194,47,219); }

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

background-color css

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

 a { background-color: rgb(194,47,219); }

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

border-color css

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

 span { border-color: rgb(194,47,219); }

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