#CA7FC3

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

Shades of Orchid #CA7FC3

Tints of Orchid #CA7FC3

Color information

#CA7FC3 (or 0xCA7FC3) is unknown color: approx Orchid. HEX triplet: CA, 7F and C3. RGB value is (202,127,195). Sum of RGB (Red+Green+Blue) = 202+127+195=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC3 is #35803C. Grayscale: #9C9C9C. Windows color (decimal): -3506237 or 12812234. OLE color: 12812234.

HSL color Cylindrical-coordinate representation of color #CA7FC3: hue angle of 305.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FC3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202127195-
CMYK00.370.030.21
HSL305.6º41.44%64.51%-
HSV(B)305.6º37.13%79.22%-
XYZ41.831.6855.54-
YUV157.18149.35159.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=38.55%
G=24.24%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212719500.370.030.21305.641.4464.51
HexCA7FC30253151322941
Octal31217730304532546251101
Binary11001010111111111000011010010111101011001100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FC3; }

 p { color: rgb(202,127,195); }

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

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

 a { background-color: rgb(202,127,195); }

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

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

 span { border-color: rgb(202,127,195); }

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