#cf6fc7

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

Shades of Orchid #CF6FC7

Tints of Orchid #CF6FC7

Color information

#CF6FC7 (or 0xCF6FC7) is unknown color: approx Orchid. HEX triplet: CF, 6F and C7. RGB value is (207,111,199). Sum of RGB (Red+Green+Blue) = 207+111+199=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC7 is #309038. Grayscale: #959595. Windows color (decimal): -3182649 or 13070287. OLE color: 13070287.

HSL color Cylindrical-coordinate representation of color #CF6FC7: hue angle of 305º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FC7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207111199-
CMYK00.460.040.19
HSL305º50%62.35%-
HSV(B)305º46.38%81.18%-
XYZ41.7328.7657.38-
YUV149.74155.8168.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=40.04%
G=21.47%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711119900.460.040.193055062.35
HexCF6FC702E413131323e
Octal3171573070564234616276
Binary11001111110111111000111010111010010011100110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6fc7; }

 p { color: rgb(207,111,199); }

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

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

 a { background-color: rgb(207,111,199); }

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

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

 span { border-color: rgb(207,111,199); }

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