#CC74BD

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

Shades of Orchid #CC74BD

Tints of Orchid #CC74BD

Color information

#CC74BD (or 0xCC74BD) is unknown color: approx Orchid. HEX triplet: CC, 74 and BD. RGB value is (204,116,189). Sum of RGB (Red+Green+Blue) = 204+116+189=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BD is #338B42. Grayscale: #969696. Windows color (decimal): -3377987 or 12416204. OLE color: 12416204.

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

Color convert

RGB204116189-
CMYK00.430.070.2
HSL310.23º46.32%62.75%-
HSV(B)310.23º43.14%80%-
XYZ40.332951.62-
YUV150.63149.65166.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=40.08%
G=22.79%
B=37.13%

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
Decimal20411618900.430.070.2310.2346.3262.75
HexCC74BD02B7141362e3f
Octal3141642750537244665677
Binary11001100111010010111101010101111110100100110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74BD; }

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

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

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

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

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

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

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

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