#CC74BE

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

Shades of Orchid #CC74BE

Tints of Orchid #CC74BE

Color information

#CC74BE (or 0xCC74BE) is unknown color: approx Orchid. HEX triplet: CC, 74 and BE. RGB value is (204,116,190). Sum of RGB (Red+Green+Blue) = 204+116+190=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BE is #338B41. Grayscale: #969696. Windows color (decimal): -3377986 or 12481740. OLE color: 12481740.

HSL color Cylindrical-coordinate representation of color #CC74BE: hue angle of 309.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74BE is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204116190-
CMYK00.430.070.2
HSL309.55º46.32%62.75%-
HSV(B)309.55º43.14%80%-
XYZ40.4429.0552.19-
YUV150.75150.15165.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=40%
G=22.75%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411619000.430.070.2309.5546.3262.75
HexCC74BE02B7141362e3f
Octal3141642760537244665677
Binary11001100111010010111110010101111110100100110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74BE; }

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

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

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

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

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

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

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

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