#CA82C7

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

Shades of Orchid #CA82C7

Tints of Orchid #CA82C7

Color information

#CA82C7 (or 0xCA82C7) is unknown color: approx Orchid. HEX triplet: CA, 82 and C7. RGB value is (202,130,199). Sum of RGB (Red+Green+Blue) = 202+130+199=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C7 is #357D38. Grayscale: #9F9F9F. Windows color (decimal): -3505465 or 13075146. OLE color: 13075146.

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

Color convert

RGB202130199-
CMYK00.360.010.21
HSL302.5º40.45%65.1%-
HSV(B)302.5º35.64%79.22%-
XYZ42.6532.6558.09-
YUV159.39150.35158.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=38.04%
G=24.48%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213019900.360.010.21302.540.4565.1
HexCA82C702411512e2841
Octal31220230704412545650101
Binary11001010100000101100011101001001101011001011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82C7; }

 p { color: rgb(202,130,199); }

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

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

 a { background-color: rgb(202,130,199); }

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

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

 span { border-color: rgb(202,130,199); }

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