#CC7BBE

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

Shades of Orchid #CC7BBE

Tints of Orchid #CC7BBE

Color information

#CC7BBE (or 0xCC7BBE) is unknown color: approx Orchid. HEX triplet: CC, 7B and BE. RGB value is (204,123,190). Sum of RGB (Red+Green+Blue) = 204+123+190=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BBE is #338441. Grayscale: #9A9A9A. Windows color (decimal): -3376194 or 12483532. OLE color: 12483532.

HSL color Cylindrical-coordinate representation of color #CC7BBE: hue angle of 310.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BBE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204123190-
CMYK00.400.070.2
HSL310.37º44.26%64.12%-
HSV(B)310.37º39.71%80%-
XYZ41.2830.7252.47-
YUV154.86147.84163.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=39.46%
G=23.79%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412319000.400.070.2310.3744.2664.12
HexCC7BBE0287141362c40
Octal31417327605072446654100
Binary110011001111011101111100101000111101001001101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BBE; }

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

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

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

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

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

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

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

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