#CF7CE3

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

Shades of Orchid #CF7CE3

Tints of Orchid #CF7CE3

Color information

#CF7CE3 (or 0xCF7CE3) is unknown color: approx Orchid. HEX triplet: CF, 7C and E3. RGB value is (207,124,227). Sum of RGB (Red+Green+Blue) = 207+124+227=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF7CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CE3 is #30831C. Grayscale: #A0A0A0. Windows color (decimal): -3179293 or 14908623. OLE color: 14908623.

HSL color Cylindrical-coordinate representation of color #CF7CE3: hue angle of 288.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7CE3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207124227-
CMYK0.090.4500.11
HSL288.35º64.78%68.82%-
HSV(B)288.35º45.37%89.02%-
XYZ46.833.2376.62-
YUV160.56165.5161.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=37.10%
G=22.22%
B=40.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071242270.090.4500.11288.3564.7868.82
HexCF7CE392D0B1204145
Octal3171743431155013440101105
Binary1100111111111001110001110011011010101110010000010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7CE3; }

 p { color: rgb(207,124,227); }

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

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

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

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

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

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

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