#CC7BE1

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

Shades of Orchid #CC7BE1

Tints of Orchid #CC7BE1

Color information

#CC7BE1 (or 0xCC7BE1) is unknown color: approx Orchid. HEX triplet: CC, 7B and E1. RGB value is (204,123,225). Sum of RGB (Red+Green+Blue) = 204+123+225=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC7BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BE1 is #33841E. Grayscale: #9E9E9E. Windows color (decimal): -3376159 or 14777292. OLE color: 14777292.

HSL color Cylindrical-coordinate representation of color #CC7BE1: hue angle of 287.65º degrees, saturation: 0.63, 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 #CC7BE1 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204123225-
CMYK0.090.4500.12
HSL287.65º62.96%68.24%-
HSV(B)287.65º45.33%88.24%-
XYZ45.5832.4475.09-
YUV158.85165.34160.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 123 (48.44% from 255) = 22.28%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=36.96%
G=22.28%
B=40.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041232250.090.4500.12287.6562.9668.24
HexCC7BE192D0C1203f44
Octal314173341115501444077104
Binary110011001111011111000011001101101011001001000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BE1; }

 p { color: rgb(204,123,225); }

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

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

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

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

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

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

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