#CA7FD7

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

Shades of Orchid #CA7FD7

Tints of Orchid #CA7FD7

Color information

#CA7FD7 (or 0xCA7FD7) is unknown color: approx Orchid. HEX triplet: CA, 7F and D7. RGB value is (202,127,215). Sum of RGB (Red+Green+Blue) = 202+127+215=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FD7 is #358028. Grayscale: #9F9F9F. Windows color (decimal): -3506217 or 14122954. OLE color: 14122954.

HSL color Cylindrical-coordinate representation of color #CA7FD7: hue angle of 291.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7FD7 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202127215-
CMYK0.060.4100.16
HSL291.14º52.38%67.06%-
HSV(B)291.14º40.93%84.31%-
XYZ44.2132.6468.26-
YUV159.46159.35158.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=37.13%
G=23.35%
B=39.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021272150.060.4100.16291.1452.3867.06
HexCA7FD76290101233443
Octal31217732765102044364103
Binary110010101111111110101111101010010100001001000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FD7; }

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

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

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

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

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

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

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

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