#ca7fcf

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

Shades of Orchid #CA7FCF

Tints of Orchid #CA7FCF

Color information

#CA7FCF (or 0xCA7FCF) is unknown color: approx Orchid. HEX triplet: CA, 7F and CF. RGB value is (202,127,207). Sum of RGB (Red+Green+Blue) = 202+127+207=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FCF is #358030. Grayscale: #9E9E9E. Windows color (decimal): -3506225 or 13598666. OLE color: 13598666.

HSL color Cylindrical-coordinate representation of color #CA7FCF: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7FCF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202127207-
CMYK0.020.3900.19
HSL296.25º45.45%65.49%-
HSV(B)296.25º38.65%81.18%-
XYZ43.2132.2462.98-
YUV158.55155.35159-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=37.69%
G=23.69%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021272070.020.3900.19296.2545.4565.49
HexCA7FCF2270131282d41
Octal31217731724702345055101
Binary11001010111111111001111101001110100111001010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7fcf; }

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

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

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

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

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

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

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

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