#CA6DDA

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

Shades of Orchid #CA6DDA

Tints of Orchid #CA6DDA

Color information

#CA6DDA (or 0xCA6DDA) is unknown color: approx Orchid. HEX triplet: CA, 6D and DA. RGB value is (202,109,218). Sum of RGB (Red+Green+Blue) = 202+109+218=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDA is #359225. Grayscale: #949494. Windows color (decimal): -3510822 or 14314954. OLE color: 14314954.

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

Color convert

RGB202109218-
CMYK0.070.500.15
HSL291.19º59.56%64.12%-
HSV(B)291.19º50%85.49%-
XYZ42.4828.5669.6-
YUV149.23166.81165.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=38.19%
G=20.60%
B=41.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021092180.070.500.15291.1959.5664.12
HexCA6DDA7320F1233c40
Octal31215533276201744374100
Binary11001010110110111011010111110010011111001000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DDA; }

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

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

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

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

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

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

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

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