#CF7BBE

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

Shades of Orchid #CF7BBE

Tints of Orchid #CF7BBE

Color information

#CF7BBE (or 0xCF7BBE) is unknown color: approx Orchid. HEX triplet: CF, 7B and BE. RGB value is (207,123,190). Sum of RGB (Red+Green+Blue) = 207+123+190=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBE is #308441. Grayscale: #9B9B9B. Windows color (decimal): -3179586 or 12483535. OLE color: 12483535.

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

Color convert

RGB207123190-
CMYK00.410.080.19
HSL312.14º46.67%64.71%-
HSV(B)312.14º40.58%81.18%-
XYZ42.1131.1552.51-
YUV155.75147.33164.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=39.81%
G=23.65%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712319000.410.080.19312.1446.6764.71
HexCF7BBE0298131382f41
Octal317173276051102347057101
Binary1100111111110111011111001010011000100111001110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BBE; }

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

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

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

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

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

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

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

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