#CF83CC

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

Shades of Orchid #CF83CC

Tints of Orchid #CF83CC

Color information

#CF83CC (or 0xCF83CC) is unknown color: approx Orchid. HEX triplet: CF, 83 and CC. RGB value is (207,131,204). Sum of RGB (Red+Green+Blue) = 207+131+204=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CC is #307C33. Grayscale: #A1A1A1. Windows color (decimal): -3177524 or 13403087. OLE color: 13403087.

HSL color Cylindrical-coordinate representation of color #CF83CC: hue angle of 302.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83CC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207131204-
CMYK00.370.010.19
HSL302.37º44.19%66.27%-
HSV(B)302.37º36.71%81.18%-
XYZ44.7533.8661.3-
YUV162.05151.68160.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=38.19%
G=24.17%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713120400.370.010.19302.3744.1966.27
HexCF83CC02511312e2c42
Octal31720331404512345654102
Binary11001111100000111100110001001011100111001011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83CC; }

 p { color: rgb(207,131,204); }

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

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

 a { background-color: rgb(207,131,204); }

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

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

 span { border-color: rgb(207,131,204); }

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