#C280CB

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

Shades of Orchid #C280CB

Tints of Orchid #C280CB

Color information

#C280CB (or 0xC280CB) is unknown color: approx Orchid. HEX triplet: C2, 80 and CB. RGB value is (194,128,203). Sum of RGB (Red+Green+Blue) = 194+128+203=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C280CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CB is #3D7F34. Grayscale: #9C9C9C. Windows color (decimal): -4030261 or 13336770. OLE color: 13336770.

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

Color convert

RGB194128203-
CMYK0.040.3700.20
HSL292.8º41.9%64.9%-
HSV(B)292.8º36.95%79.61%-
XYZ40.7531.2260.38-
YUV156.28154.37154.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=36.95%
G=24.38%
B=38.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941282030.040.3700.20292.841.964.9
HexC280CB4250141252a41
Octal30220031344502444552101
Binary1100001010000000110010111001001010101001001001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280CB; }

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

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

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

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

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

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

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

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