#C272CB

Color #C272CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C272CB

Tints of Orchid #C272CB

Color information

#C272CB (or 0xC272CB) is unknown color: approx Orchid. HEX triplet: C2, 72 and CB. RGB value is (194,114,203). Sum of RGB (Red+Green+Blue) = 194+114+203=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C272CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272CB is #3D8D34. Grayscale: #939393. Windows color (decimal): -4033845 or 13333186. OLE color: 13333186.

HSL color Cylindrical-coordinate representation of color #C272CB: hue angle of 293.93º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C272CB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194114203-
CMYK0.040.4400.20
HSL293.93º46.11%62.16%-
HSV(B)293.93º43.84%79.61%-
XYZ39.0427.8259.81-
YUV148.07159160.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 22.31%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=37.96%
G=22.31%
B=39.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941142030.040.4400.20293.9346.1162.16
HexC272CB42C0141262e3e
Octal3021623134540244465676
Binary11000010111001011001011100101100010100100100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272CB; }

 p { color: rgb(194,114,203); }

 H1.HeaderClassName
 {
   color: #C272CB;
 }
 .AnyTagClassName
 {
   color: #C272CB;
 }
</style>
background-color css

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

 a { background-color: rgb(194,114,203); }

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

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

 span { border-color: rgb(194,114,203); }

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