#CF7BCF

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

Shades of Orchid #CF7BCF

Tints of Orchid #CF7BCF

Color information

#CF7BCF (or 0xCF7BCF) is unknown color: approx Orchid. HEX triplet: CF, 7B and CF. RGB value is (207,123,207). Sum of RGB (Red+Green+Blue) = 207+123+207=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCF is #308430. Grayscale: #9D9D9D. Windows color (decimal): -3179569 or 13597647. OLE color: 13597647.

HSL color Cylindrical-coordinate representation of color #CF7BCF: hue angle of 300º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BCF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207123207-
CMYK00.4100.19
HSL300º46.67%64.71%-
HSV(B)300º40.58%81.18%-
XYZ44.0831.9462.87-
YUV157.69155.83163.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=38.55%
G=22.91%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712320700.4100.1930046.6764.71
HexCF7BCF02901312c2f41
Octal31717331705102345457101
Binary1100111111110111100111101010010100111001011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BCF; }

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

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

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

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

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

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

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

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