#CA74BC

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

Shades of Orchid #CA74BC

Tints of Orchid #CA74BC

Color information

#CA74BC (or 0xCA74BC) is unknown color: approx Orchid. HEX triplet: CA, 74 and BC. RGB value is (202,116,188). Sum of RGB (Red+Green+Blue) = 202+116+188=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74BC is #358B43. Grayscale: #959595. Windows color (decimal): -3509060 or 12350666. OLE color: 12350666.

HSL color Cylindrical-coordinate representation of color #CA74BC: hue angle of 309.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74BC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202116188-
CMYK00.430.070.21
HSL309.77º44.79%62.35%-
HSV(B)309.77º42.57%79.22%-
XYZ39.6828.6851.02-
YUV149.92149.49165.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=39.92%
G=22.92%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211618800.430.070.21309.7744.7962.35
HexCA74BC02B7151362d3e
Octal3121642740537254665576
Binary11001010111010010111100010101111110101100110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74BC; }

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

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

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

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

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

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

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

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