#CA7FC1

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

Shades of Orchid #CA7FC1

Tints of Orchid #CA7FC1

Color information

#CA7FC1 (or 0xCA7FC1) is unknown color: approx Orchid. HEX triplet: CA, 7F and C1. RGB value is (202,127,193). Sum of RGB (Red+Green+Blue) = 202+127+193=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC1 is #35803E. Grayscale: #9C9C9C. Windows color (decimal): -3506239 or 12681162. OLE color: 12681162.

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

Color convert

RGB202127193-
CMYK00.370.040.21
HSL307.2º41.44%64.51%-
HSV(B)307.2º37.13%79.22%-
XYZ41.5731.5954.36-
YUV156.95148.35160.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=38.70%
G=24.33%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212719300.370.040.21307.241.4464.51
HexCA7FC10254151332941
Octal31217730104542546351101
Binary110010101111111110000010100101100101011001100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FC1; }

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

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

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

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

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

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

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

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