#C280CD

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

Shades of Orchid #C280CD

Tints of Orchid #C280CD

Color information

#C280CD (or 0xC280CD) is unknown color: approx Orchid. HEX triplet: C2, 80 and CD. RGB value is (194,128,205). Sum of RGB (Red+Green+Blue) = 194+128+205=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C280CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CD is #3D7F32. Grayscale: #9C9C9C. Windows color (decimal): -4030259 or 13467842. OLE color: 13467842.

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

Color convert

RGB194128205-
CMYK0.050.3800.20
HSL291.43º43.5%65.29%-
HSV(B)291.43º37.56%80.39%-
XYZ40.9931.3261.64-
YUV156.51155.37154.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=36.81%
G=24.29%
B=38.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941282050.050.3800.20291.4343.565.29
HexC280CD5260141232c41
Octal30220031554602444354101
Binary1100001010000000110011011011001100101001001000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280CD; }

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

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

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

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

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

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

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

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