#C883CB

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

Shades of Orchid #C883CB

Tints of Orchid #C883CB

Color information

#C883CB (or 0xC883CB) is unknown color: approx Orchid. HEX triplet: C8, 83 and CB. RGB value is (200,131,203). Sum of RGB (Red+Green+Blue) = 200+131+203=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C883CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CB is #377C34. Grayscale: #9F9F9F. Windows color (decimal): -3636277 or 13337544. OLE color: 13337544.

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

Color convert

RGB200131203-
CMYK0.010.3500.20
HSL297.5º40.91%65.49%-
HSV(B)297.5º35.47%79.61%-
XYZ42.7232.8260.58-
YUV159.84152.36156.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=37.45%
G=24.53%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001312030.010.3500.20297.540.9165.49
HexC883CB12301412a2941
Octal31020331314302445251101
Binary11001000100000111100101111000110101001001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883CB; }

 p { color: rgb(200,131,203); }

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

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

 a { background-color: rgb(200,131,203); }

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

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

 span { border-color: rgb(200,131,203); }

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