#CC74CA

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

Shades of Orchid #CC74CA

Tints of Orchid #CC74CA

Color information

#CC74CA (or 0xCC74CA) is unknown color: approx Orchid. HEX triplet: CC, 74 and CA. RGB value is (204,116,202). Sum of RGB (Red+Green+Blue) = 204+116+202=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CA is #338B35. Grayscale: #979797. Windows color (decimal): -3377974 or 13268172. OLE color: 13268172.

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

Color convert

RGB204116202-
CMYK00.430.010.2
HSL301.36º46.32%62.75%-
HSV(B)301.36º43.14%80%-
XYZ41.8129.5959.39-
YUV152.12156.15165.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=39.08%
G=22.22%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411620200.430.010.2301.3646.3262.75
HexCC74CA02B11412d2e3f
Octal3141643120531244555677
Binary110011001110100110010100101011110100100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74CA; }

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

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

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

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

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

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

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

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