#CF6BC7

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

Shades of Orchid #CF6BC7

Tints of Orchid #CF6BC7

Color information

#CF6BC7 (or 0xCF6BC7) is unknown color: approx Orchid. HEX triplet: CF, 6B and C7. RGB value is (207,107,199). Sum of RGB (Red+Green+Blue) = 207+107+199=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC7 is #309438. Grayscale: #939393. Windows color (decimal): -3183673 or 13069263. OLE color: 13069263.

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

Color convert

RGB207107199-
CMYK00.480.040.19
HSL304.8º51.02%61.57%-
HSV(B)304.8º48.31%81.18%-
XYZ41.327.957.24-
YUV147.39157.13170.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=40.35%
G=20.86%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710719900.480.040.19304.851.0261.57
HexCF6BC7030413131333e
Octal3171533070604234616376
Binary11001111110101111000111011000010010011100110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BC7; }

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

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

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

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

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

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

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

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