#CA74C1

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

Shades of Orchid #CA74C1

Tints of Orchid #CA74C1

Color information

#CA74C1 (or 0xCA74C1) is unknown color: approx Orchid. HEX triplet: CA, 74 and C1. RGB value is (202,116,193). Sum of RGB (Red+Green+Blue) = 202+116+193=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74C1 is #358B3E. Grayscale: #969696. Windows color (decimal): -3509055 or 12678346. OLE color: 12678346.

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

Color convert

RGB202116193-
CMYK00.430.040.21
HSL306.28º44.79%62.35%-
HSV(B)306.28º42.57%79.22%-
XYZ40.2328.953.91-
YUV150.49151.99164.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=39.53%
G=22.70%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211619300.430.040.21306.2844.7962.35
HexCA74C102B4151322d3e
Octal3121643010534254625576
Binary11001010111010011000001010101110010101100110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74C1; }

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

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

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

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

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

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

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

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