#CF83CE

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

Shades of Orchid #CF83CE

Tints of Orchid #CF83CE

Color information

#CF83CE (or 0xCF83CE) is unknown color: approx Orchid. HEX triplet: CF, 83 and CE. RGB value is (207,131,206). Sum of RGB (Red+Green+Blue) = 207+131+206=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CE is #307C31. Grayscale: #A2A2A2. Windows color (decimal): -3177522 or 13534159. OLE color: 13534159.

HSL color Cylindrical-coordinate representation of color #CF83CE: hue angle of 300.79º 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 #CF83CE is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207131206-
CMYK00.370.000.19
HSL300.79º44.19%66.27%-
HSV(B)300.79º36.71%81.18%-
XYZ44.9933.9562.58-
YUV162.27152.68159.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=38.05%
G=24.08%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713120600.370.000.19300.7944.1966.27
HexCF83CE02501312d2c42
Octal31720331604502345554102
Binary11001111100000111100111001001010100111001011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83CE; }

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

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

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

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

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

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

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

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