#CA6BDA

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

Shades of Orchid #CA6BDA

Tints of Orchid #CA6BDA

Color information

#CA6BDA (or 0xCA6BDA) is unknown color: approx Orchid. HEX triplet: CA, 6B and DA. RGB value is (202,107,218). Sum of RGB (Red+Green+Blue) = 202+107+218=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDA is #359425. Grayscale: #939393. Windows color (decimal): -3511334 or 14314442. OLE color: 14314442.

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

Color convert

RGB202107218-
CMYK0.070.5100.15
HSL291.35º60%63.73%-
HSV(B)291.35º50.92%85.49%-
XYZ42.2728.1369.53-
YUV148.06167.47166.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=38.33%
G=20.30%
B=41.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021072180.070.5100.15291.356063.73
HexCA6BDA7330F1233c40
Octal31215333276301744374100
Binary11001010110101111011010111110011011111001000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BDA; }

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

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

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

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

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

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

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

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