#CC74BA

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

Shades of Orchid #CC74BA

Tints of Orchid #CC74BA

Color information

#CC74BA (or 0xCC74BA) is unknown color: approx Orchid. HEX triplet: CC, 74 and BA. RGB value is (204,116,186). Sum of RGB (Red+Green+Blue) = 204+116+186=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BA is #338B45. Grayscale: #969696. Windows color (decimal): -3377990 or 12219596. OLE color: 12219596.

HSL color Cylindrical-coordinate representation of color #CC74BA: hue angle of 312.27º 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 #CC74BA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204116186-
CMYK00.430.090.2
HSL312.27º46.32%62.75%-
HSV(B)312.27º43.14%80%-
XYZ40.0128.8749.92-
YUV150.29148.15166.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=40.32%
G=22.92%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411618600.430.090.2312.2746.3262.75
HexCC74BA02B9141382e3f
Octal31416427205311244705677
Binary110011001110100101110100101011100110100100111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74BA; }

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

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

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

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

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

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

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

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