#C875E0

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

Shades of Orchid #C875E0

Tints of Orchid #C875E0

Color information

#C875E0 (or 0xC875E0) is unknown color: approx Orchid. HEX triplet: C8, 75 and E0. RGB value is (200,117,224). Sum of RGB (Red+Green+Blue) = 200+117+224=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C875E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875E0 is #378A1F. Grayscale: #999999. Windows color (decimal): -3639840 or 14710216. OLE color: 14710216.

HSL color Cylindrical-coordinate representation of color #C875E0: hue angle of 286.54º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C875E0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200117224-
CMYK0.110.4800.12
HSL286.54º63.31%66.86%-
HSV(B)286.54º47.77%87.84%-
XYZ43.6430.3874.09-
YUV154.01167.5160.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=36.97%
G=21.63%
B=41.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001172240.110.4800.12286.5463.3166.86
HexC875E0B300C11f3f43
Octal310165340136001443777103
Binary110010001110101111000001011110000011001000111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875E0; }

 p { color: rgb(200,117,224); }

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

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

 a { background-color: rgb(200,117,224); }

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

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

 span { border-color: rgb(200,117,224); }

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