#CF7BE0

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

Shades of Orchid #CF7BE0

Tints of Orchid #CF7BE0

Color information

#CF7BE0 (or 0xCF7BE0) is unknown color: approx Orchid. HEX triplet: CF, 7B and E0. RGB value is (207,123,224). Sum of RGB (Red+Green+Blue) = 207+123+224=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BE0 is #30841F. Grayscale: #9F9F9F. Windows color (decimal): -3179552 or 14711759. OLE color: 14711759.

HSL color Cylindrical-coordinate representation of color #CF7BE0: hue angle of 289.9º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7BE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207123224-
CMYK0.080.4500.12
HSL289.9º61.96%68.04%-
HSV(B)289.9º45.09%87.84%-
XYZ46.2732.8174.42-
YUV159.63164.33161.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=37.36%
G=22.20%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071232240.080.4500.12289.961.9668.04
HexCF7BE082D0C1223e44
Octal317173340105501444276104
Binary110011111111011111000001000101101011001001000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BE0; }

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

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

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

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

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

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

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

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