#CA7FDA

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

Shades of Orchid #CA7FDA

Tints of Orchid #CA7FDA

Color information

#CA7FDA (or 0xCA7FDA) is unknown color: approx Orchid. HEX triplet: CA, 7F and DA. RGB value is (202,127,218). Sum of RGB (Red+Green+Blue) = 202+127+218=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDA is #358025. Grayscale: #9F9F9F. Windows color (decimal): -3506214 or 14319562. OLE color: 14319562.

HSL color Cylindrical-coordinate representation of color #CA7FDA: hue angle of 289.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7FDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202127218-
CMYK0.070.4200.15
HSL289.45º55.15%67.65%-
HSV(B)289.45º41.74%85.49%-
XYZ44.632.870.31-
YUV159.8160.85158.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=36.93%
G=23.22%
B=39.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021272180.070.4200.15289.4555.1567.65
HexCA7FDA72A0F1213744
Octal31217733275201744167104
Binary11001010111111111011010111101010011111001000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FDA; }

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

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

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

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

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

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

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

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