#CF6FCF

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

Shades of Orchid #CF6FCF

Tints of Orchid #CF6FCF

Color information

#CF6FCF (or 0xCF6FCF) is unknown color: approx Orchid. HEX triplet: CF, 6F and CF. RGB value is (207,111,207). Sum of RGB (Red+Green+Blue) = 207+111+207=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCF is #309030. Grayscale: #969696. Windows color (decimal): -3182641 or 13594575. OLE color: 13594575.

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

Color convert

RGB207111207-
CMYK00.4600.19
HSL300º50%62.35%-
HSV(B)300º46.38%81.18%-
XYZ42.6829.1462.41-
YUV150.65159.8168.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=39.43%
G=21.14%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711120700.4600.193005062.35
HexCF6FCF02E01312c323e
Octal3171573170560234546276
Binary110011111101111110011110101110010011100101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FCF; }

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

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

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

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

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

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

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

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